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 = {
POP_RESPONSE_SCHEMA = {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"definitions": {
"pop-info": {
......
......@@ -7,6 +7,7 @@ DEFAULT_REQUEST_HEADERS = {
"Accept": ["application/json"]
}
def test_get_all_interfaces(client):
rv = client.get(
'/poller/interfaces',
......
......@@ -8,6 +8,7 @@ DEFAULT_REQUEST_HEADERS = {
"Accept": ["application/json"]
}
def test_public_routers(client):
rv = client.get(
'/lg/routers/public',
......
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