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

pep8

parent 372a3111
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,8 @@ def test_build_subnet_db(mocked_worker_module): ...@@ -40,7 +40,8 @@ def test_build_subnet_db(mocked_worker_module):
'interface name': {'type': 'string'}, 'interface name': {'type': 'string'},
'router': {'type': 'string'} 'router': {'type': 'string'}
}, },
'required': ['name', 'interface address', 'interface name', 'router'], 'required': ['name', 'interface address',
'interface name', 'router'],
'additionalProperties': False 'additionalProperties': False
} }
}, },
...@@ -225,4 +226,3 @@ def test_build_snmp_peering_db(mocked_worker_module): ...@@ -225,4 +226,3 @@ def test_build_snmp_peering_db(mocked_worker_module):
found_record = True found_record = True
assert found_record assert found_record
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment