Skip to content

Commit

Permalink
remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Grossmann-Kavanagh committed Aug 10, 2018
1 parent 7d8ef94 commit 8ce099e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import pytest
from connexion import App

logging.basicConfig(level=logging.INFO)
logging.basicConfig(level=logging.DEBUG)

TEST_FOLDER = pathlib.Path(__file__).parent
FIXTURES_FOLDER = TEST_FOLDER / 'fixtures'
Expand Down
1 change: 0 additions & 1 deletion tests/fakeapi/hello.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def post_greeting(name, **kwargs):
return data

def post_greeting3(body, **kwargs):
print(body)
data = {'greeting': 'Hello {name}'.format(name=body["name"])}
return data

Expand Down

0 comments on commit 8ce099e

Please sign in to comment.