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 be77d24 commit d53dc43Copy full SHA for d53dc43
tests/CLI/modules/call_api_tests.py
@@ -308,10 +308,11 @@ def test_call_api_orderBy(self):
308
self.assert_called_with('SoftLayer_Account', 'getVirtualGuests',
309
filter={
310
'virtualGuests':
311
- {'id': {
312
- 'operation': 'orderBy',
313
- 'options': [{
314
- 'name': 'sort',
315
- 'value': ['DESC']}]},
+ {'id':
+ {
+ 'operation': 'orderBy',
+ 'options': [{
+ 'name': 'sort',
316
+ 'value': ['DESC']}]},
317
'typeId': {'operation': 1}}
318
})
0 commit comments