diff options
Diffstat (limited to 'tests/unit/conftest.py')
| -rw-r--r-- | tests/unit/conftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/conftest.py b/tests/unit/conftest.py index 8005c8e..d9d5492 100644 --- a/tests/unit/conftest.py +++ b/tests/unit/conftest.py @@ -15,7 +15,7 @@ def fxtr_app(): testdb = Path(testdir).joinpath( f'testdb_{datetime.now().strftime("%Y%m%dT%H%M%S")}') app = create_app({ - "TESTING": True, "AUTH_DB": testdb, + "TESTING": True, "OAUTH2_ACCESS_TOKEN_GENERATOR": "tests.unit.auth.test_token.gen_token" }) app.testing = True |
