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

pep8

parent e14a0752
Branches
Tags
No related merge requests found
import enum
import json
import logging
import os
......
import json
import jsonschema
import pytest
from inventory_provider.tasks import worker
DEFAULT_REQUEST_HEADERS = {
"Content-type": "application/json",
......@@ -71,4 +67,4 @@ def test_get_all_interfaces(client):
jsonschema.validate(response_data, INTERFACE_LIST_SCHEMA)
response_routers = {ifc['router'] for ifc in response_data}
assert len(response_routers) > 1, \
'there should data from be lots of routers'
\ No newline at end of file
'there should data from be lots of routers'
......@@ -5,7 +5,6 @@ import json
import re
import jsonschema
import pytest
from inventory_provider.tasks import worker
from inventory_provider.tasks import common
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment