mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
Fix navigation tests to not call app_() directly
This commit is contained in:
@@ -37,7 +37,7 @@ class ElementNotFound(Exception):
|
||||
|
||||
|
||||
@pytest.fixture(scope='session')
|
||||
def app_(request):
|
||||
def app_():
|
||||
app = Flask('app')
|
||||
create_app(app)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user