We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 500381d commit 8e85f75Copy full SHA for 8e85f75
test/cmd/unix/test_cmd_su.py
@@ -85,7 +85,6 @@ def test_sudo_su_twice_failed_object(buffer_connection):
85
cmd_sudo = Sudo(connection=buffer_connection.moler_connection, cmd_object=cmd_su)
86
with pytest.raises(CommandFailure) as exc:
87
cmd_sudo()
88
- print(exc.value)
89
assert "Not allowed to run again" in str(exc.value)
90
91
0 commit comments