Skip to content

Commit 9ffc03e

Browse files
#1905 fixing code review comments
1 parent 84a8954 commit 9ffc03e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/CLI/modules/event_log_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ def test_issues1905(self):
100100
"SoftLayer_Exception_PermissionDenied",
101101
"You do not have permission to access this user")
102102
result = self.run_command(['event-log', 'get', '-l -1'])
103-
print(result.output)
104103
self.assert_no_fail(result)
105104
self.assert_called_with('SoftLayer_Event_Log', 'getAllObjects')
106105
self.assert_called_with('SoftLayer_User_Customer', 'getObject', identifier=400)

0 commit comments

Comments
 (0)