Skip to content

Commit

Permalink
tests: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Jan 22, 2025
1 parent 2ca007c commit 36f886d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubes/tests/integ/vm_qrexec_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def test_011_run_gnome_terminal(self):
self.assertEqual(self.testvm1.get_power_state(), "Running")
self.loop.run_until_complete(self.wait_for_session(self.testvm1))
p = self.loop.run_until_complete(
self.testvm1.run("gnome-terminal || " "ptyxis")
self.testvm1.run("gnome-terminal || ptyxis")
)
try:
title = "user@{}".format(self.testvm1.name)
Expand Down

0 comments on commit 36f886d

Please sign in to comment.