Tidy lint

This commit is contained in:
James Page
2014-06-27 13:57:36 +01:00
parent b082dcf12f
commit 71cf2bff11
2 changed files with 12 additions and 13 deletions

View File

@@ -171,7 +171,7 @@ class NeutronAPIHooksTests(CharmTestCase):
def test_identity_joined(self):
self.canonical_url.return_value = 'http://127.0.0.1'
self.api_port.return_value = '9696'
self.test_config.set('region','region1')
self.test_config.set('region', 'region1')
_neutron_url = 'http://127.0.0.1:9696'
_endpoints = {
'quantum_service': 'quantum',