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

pep8

parent 662c18a0
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,6 @@ ROUTER_INTERFACES_SCHEMA = { ...@@ -40,7 +40,6 @@ ROUTER_INTERFACES_SCHEMA = {
POP_RESPONSE_SCHEMA = { POP_RESPONSE_SCHEMA = {
"$schema": "http://json-schema.org/draft-07/schema#", "$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"definitions": { "definitions": {
"pop-info": { "pop-info": {
......
...@@ -7,6 +7,7 @@ DEFAULT_REQUEST_HEADERS = { ...@@ -7,6 +7,7 @@ DEFAULT_REQUEST_HEADERS = {
"Accept": ["application/json"] "Accept": ["application/json"]
} }
def test_get_all_interfaces(client): def test_get_all_interfaces(client):
rv = client.get( rv = client.get(
'/poller/interfaces', '/poller/interfaces',
......
...@@ -8,6 +8,7 @@ DEFAULT_REQUEST_HEADERS = { ...@@ -8,6 +8,7 @@ DEFAULT_REQUEST_HEADERS = {
"Accept": ["application/json"] "Accept": ["application/json"]
} }
def test_public_routers(client): def test_public_routers(client):
rv = client.get( rv = client.get(
'/lg/routers/public', '/lg/routers/public',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment