Skip to content

Commit 8e85f75

Browse files
--print
1 parent 500381d commit 8e85f75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/cmd/unix/test_cmd_su.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ def test_sudo_su_twice_failed_object(buffer_connection):
8585
cmd_sudo = Sudo(connection=buffer_connection.moler_connection, cmd_object=cmd_su)
8686
with pytest.raises(CommandFailure) as exc:
8787
cmd_sudo()
88-
print(exc.value)
8988
assert "Not allowed to run again" in str(exc.value)
9089

9190

0 commit comments

Comments
 (0)