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

pep8

parent f2fb7052
No related branches found
No related tags found
No related merge requests found
......@@ -57,4 +57,3 @@ def test_juniper_addresses(mocker, client):
jsonschema.validate(response_data, response_schema)
assert len(response_data) == len(test_data)
assert set([x['ip_address'] for x in test_data]) == set(response_data)
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