Skip to content

Commit fda7e0a

Browse files
author
caberos
committed
fix the tox tool
1 parent 608a633 commit fda7e0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/CLI/modules/call_api_tests.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,7 @@ def test_call_api_orderBy(self):
305305
'--mask=virtualGuests.typeId,maxCpu',
306306
'-f', 'virtualGuests.typeId=1'])
307307
self.assert_no_fail(result)
308-
self.assert_called_with('SoftLayer_Account',
309-
'getVirtualGuests',
308+
self.assert_called_with('SoftLayer_Account', 'getVirtualGuests',
310309
filter={
311310
'virtualGuests':
312311
{'id': {

0 commit comments

Comments
 (0)