Skip to content

Commit aa445e9

Browse files
Daniel Cabero BarriosDaniel Cabero Barrios
authored andcommitted
add the line blank
1 parent 6dae28c commit aa445e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/CLI/modules/ticket_tests.py

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

0 commit comments

Comments
 (0)