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

pep8

parent 16640f21
No related branches found
No related tags found
No related merge requests found
DEFAULT_REQUEST_HEADERS = {
"Content-type": "application/json",
"Accept": ["application/json"]
}
......@@ -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',
......
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