Skip to content

Commit 7b69483

Browse files
committed
fix test config
1 parent 67afe6c commit 7b69483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
@pytest.fixture(scope="session")
99
def app():
10-
application = create_app("config.TestConfig")
10+
application = create_app("application.config.TestConfig")
1111

1212
with application.app_context():
1313
db.create_all()

0 commit comments

Comments
 (0)