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 19d98a6 commit d4591f0Copy full SHA for d4591f0
tests/managers/account_tests.py
@@ -165,4 +165,4 @@ def test_get_active_virtual_licenses(self):
165
def test_get_routers_with_datacenter(self):
166
self.manager.get_routers('dal13')
167
object_filter = {'routers': {'topLevelLocation': {'name': {'operation': 'dal13'}}}}
168
- self.assert_called_with("SoftLayer_Account", "getRouters", filter=object_filter)
+ self.assert_called_with("SoftLayer_Account", "getRouters", filter=object_filter)
0 commit comments