diff --git a/test/test_classifier_routes.py b/test/test_classifier_routes.py index 08e463932abc0286ea70dd616727880c352e9b31..3d98a2fc12a45af0cccb41f028472d450807eaf0 100644 --- a/test/test_classifier_routes.py +++ b/test/test_classifier_routes.py @@ -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) -