Skip to content

Commit

Permalink
test: Correct add_machine expectations re the warning
Browse files Browse the repository at this point in the history
We have switched it off explicitly.
  • Loading branch information
mvollmer committed Nov 26, 2024
1 parent f1d96b6 commit 9b45c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/check-machines-multi-host-consoles
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class TestMultiMachineVNC(VirtualMachinesCase):
self.goToVmPage(name)
b.wait_in_text(f"#vm-{name}-system-state", "Running")

b.add_machine(m2_host, known_host=True, password=None)
b.add_machine(m2_host, known_host=True, password=None, expect_warning=False)

b.switch_to_top()
b.click("#hosts-sel button")
Expand Down

0 comments on commit 9b45c67

Please sign in to comment.