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

pep8

parent b5be1c89
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ DEFAULT_REQUEST_HEADERS = { ...@@ -8,6 +8,7 @@ DEFAULT_REQUEST_HEADERS = {
"Accept": ["application/json"] "Accept": ["application/json"]
} }
def test_trap_metadata(client): def test_trap_metadata(client):
rv = client.get( rv = client.get(
'/classifier/infinera-lambda-info/' '/classifier/infinera-lambda-info/'
......
...@@ -17,4 +17,5 @@ commands = ...@@ -17,4 +17,5 @@ commands =
coverage report --fail-under 75 coverage report --fail-under 75
# coverage report --fail-under 80 # coverage report --fail-under 80
flake8 flake8
sphinx-build -M html docs/source docs/build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment