diff --git a/test/test_external_inventory_routes.py b/test/test_external_inventory_routes.py
deleted file mode 100644
index 3b07012d30b24ee73e19c4389f08f13958e59ed1..0000000000000000000000000000000000000000
--- 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 fd7dd96f05798e9e6af32033fd14073396f7dae4..2ab4bd1930514a772f5d7b5f97b265dbe4c3f7ee 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',