Skip to content

Commit d53dc43

Browse files
author
caberos
committed
Fix to team code review comments
1 parent be77d24 commit d53dc43

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

tests/CLI/modules/call_api_tests.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -308,10 +308,11 @@ def test_call_api_orderBy(self):
308308
self.assert_called_with('SoftLayer_Account', 'getVirtualGuests',
309309
filter={
310310
'virtualGuests':
311-
{'id': {
312-
'operation': 'orderBy',
313-
'options': [{
314-
'name': 'sort',
315-
'value': ['DESC']}]},
311+
{'id':
312+
{
313+
'operation': 'orderBy',
314+
'options': [{
315+
'name': 'sort',
316+
'value': ['DESC']}]},
316317
'typeId': {'operation': 1}}
317318
})

0 commit comments

Comments
 (0)