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 608a633 commit fda7e0aCopy full SHA for fda7e0a
tests/CLI/modules/call_api_tests.py
@@ -305,8 +305,7 @@ def test_call_api_orderBy(self):
305
'--mask=virtualGuests.typeId,maxCpu',
306
'-f', 'virtualGuests.typeId=1'])
307
self.assert_no_fail(result)
308
- self.assert_called_with('SoftLayer_Account',
309
- 'getVirtualGuests',
+ self.assert_called_with('SoftLayer_Account', 'getVirtualGuests',
310
filter={
311
'virtualGuests':
312
{'id': {
0 commit comments