Skip to content

Commit 2ce67e5

Browse files
committed
tests: typo fix
1 parent 115e2ed commit 2ce67e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qubes/tests/integ/vm_qrexec_gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def test_011_run_gnome_terminal(self):
126126
self.assertEqual(self.testvm1.get_power_state(), "Running")
127127
self.loop.run_until_complete(self.wait_for_session(self.testvm1))
128128
p = self.loop.run_until_complete(
129-
self.testvm1.run("gnome-terminal || " "ptyxis")
129+
self.testvm1.run("gnome-terminal || ptyxis")
130130
)
131131
try:
132132
title = "user@{}".format(self.testvm1.name)

0 commit comments

Comments
 (0)