Skip to content

Commit d4591f0

Browse files
caberoscaberos
authored andcommitted
fix the tox analysis
1 parent 19d98a6 commit d4591f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/managers/account_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ def test_get_active_virtual_licenses(self):
165165
def test_get_routers_with_datacenter(self):
166166
self.manager.get_routers('dal13')
167167
object_filter = {'routers': {'topLevelLocation': {'name': {'operation': 'dal13'}}}}
168-
self.assert_called_with("SoftLayer_Account", "getRouters", filter=object_filter)
168+
self.assert_called_with("SoftLayer_Account", "getRouters", filter=object_filter)

0 commit comments

Comments
 (0)