Fix tests

This commit is contained in:
Athanasios Voutsadakis
2017-11-16 16:33:50 +00:00
parent 0e9291c9d8
commit 1c78b938b4
3 changed files with 8 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ from notifications_utils.url_safe_token import generate_token
import json
@pytest.fixture(scope='session')
@pytest.fixture
def app_(request):
app = Flask('app')
create_app(app)