Skip to content
Snippets Groups Projects
Commit cab82ab7 authored by Erik Reid's avatar Erik Reid
Browse files

pep8

parent bc79d86a
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ INTERFACE_LIST_SCHEMA = { ...@@ -28,7 +28,7 @@ INTERFACE_LIST_SCHEMA = {
}, },
'type': 'array', 'type': 'array',
'items': { '$ref': '#/definitions/ifc-info' } 'items': {'$ref': '#/definitions/ifc-info'}
} }
......
...@@ -20,7 +20,6 @@ def backend_db(): ...@@ -20,7 +20,6 @@ def backend_db():
}).db }).db
def test_build_interface_services(mocked_worker_module): def test_build_interface_services(mocked_worker_module):
""" """
checks that valid interface service objects are created checks that valid interface service objects are created
...@@ -104,4 +103,4 @@ def test_build_subnet_db(mocked_worker_module): ...@@ -104,4 +103,4 @@ def test_build_subnet_db(mocked_worker_module):
jsonschema.validate(value, address_schema) jsonschema.validate(value, address_schema)
assert value['name'] == address assert value['name'] == address
assert found_record assert found_record
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment