Skip to content

Commit

Permalink
Fix method name in update test (#2845)
Browse files Browse the repository at this point in the history
Co-authored-by: narrieta <narrieta>
  • Loading branch information
narrieta authored Jun 15, 2023
1 parent 01bc320 commit 42e084d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_e2e/tests/agent_update/rsm_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def _prepare_agent(self) -> None:

@staticmethod
def _verify_agent_update_flag_enabled(vm: VirtualMachineClient) -> bool:
result: VirtualMachine = vm.get_description()
result: VirtualMachine = vm.get_model()
flag: bool = result.os_profile.linux_configuration.enable_vm_agent_platform_updates
if flag is None:
return False
Expand Down

0 comments on commit 42e084d

Please sign in to comment.