From 04ade6c842310a2684dc5a41768232e49ea122c5 Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Mon, 11 Feb 2019 21:02:25 +0100 Subject: [PATCH] pep8 --- test/test_external_inventory_routes.py | 6 ------ test/test_testing_routes.py | 1 - 2 files changed, 7 deletions(-) delete mode 100644 test/test_external_inventory_routes.py diff --git a/test/test_external_inventory_routes.py b/test/test_external_inventory_routes.py deleted file mode 100644 index 3b07012d..00000000 --- a/test/test_external_inventory_routes.py +++ /dev/null @@ -1,6 +0,0 @@ - -DEFAULT_REQUEST_HEADERS = { - "Content-type": "application/json", - "Accept": ["application/json"] -} - diff --git a/test/test_testing_routes.py b/test/test_testing_routes.py index fd7dd96f..2ab4bd19 100644 --- a/test/test_testing_routes.py +++ b/test/test_testing_routes.py @@ -48,7 +48,6 @@ def test_juniper_addresses(client): assert len(response_data) > 0 # test data is not empty - def test_get_equipment_location(client_with_mocked_data): rv = client_with_mocked_data.get( '/testing/opsdb/equipment-location', -- GitLab