diff options
Diffstat (limited to 'update_manager/policy_test_utils.cc')
-rw-r--r-- | update_manager/policy_test_utils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_manager/policy_test_utils.cc b/update_manager/policy_test_utils.cc index fbfcb820..d9a9857c 100644 --- a/update_manager/policy_test_utils.cc +++ b/update_manager/policy_test_utils.cc @@ -73,7 +73,7 @@ UpdateState UmPolicyTestBase::GetDefaultUpdateState( // This is a non-interactive check returning a delta payload, seen for the // first time (|first_seen_period| ago). Clearly, there were no failed // attempts so far. - update_state.is_interactive = false; + update_state.interactive = false; update_state.is_delta_payload = false; update_state.first_seen = first_seen_time; update_state.num_checks = 1; |