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 84a8954 commit 9ffc03eCopy full SHA for 9ffc03e
tests/CLI/modules/event_log_tests.py
@@ -100,7 +100,6 @@ def test_issues1905(self):
100
"SoftLayer_Exception_PermissionDenied",
101
"You do not have permission to access this user")
102
result = self.run_command(['event-log', 'get', '-l -1'])
103
- print(result.output)
104
self.assert_no_fail(result)
105
self.assert_called_with('SoftLayer_Event_Log', 'getAllObjects')
106
self.assert_called_with('SoftLayer_User_Customer', 'getObject', identifier=400)
0 commit comments