Fix navigation tests to not call app_() directly

This commit is contained in:
Katie Smith
2019-12-10 14:01:47 +00:00
parent 1925f78cec
commit aec3ccff3a
2 changed files with 15 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ class ElementNotFound(Exception):
@pytest.fixture(scope='session')
def app_(request):
def app_():
app = Flask('app')
create_app(app)