Skip to content

Commit 4e8d17c

Browse files
Daniel Cabero BarriosDaniel Cabero Barrios
authored andcommitted
fix identation and errors
1 parent aa445e9 commit 4e8d17c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/CLI/modules/ticket_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,4 +300,3 @@ def test_ticket_update_no_body(self, edit_mock):
300300
result = self.run_command(['ticket', 'update', '100'])
301301
self.assert_no_fail(result)
302302
self.assert_called_with('SoftLayer_Ticket', 'addUpdate', args=({'entry': 'Testing1'},), identifier=100)
303-

0 commit comments

Comments
 (0)