Skip to content

Commit b8545c3

Browse files
committed
init_database with database path only
1 parent d8c3382 commit b8545c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def configure_test_environment() -> Generator[None, None, None]:
3636
print("Current working directory:", os.getcwd())
3737
print("Directory contents:", os.listdir("."))
3838

39-
init_database(app, db_path)
39+
init_database(db_path)
4040
os.environ["TEST_DB_PATH"] = str(db_path)
4141

4242
yield

0 commit comments

Comments
 (0)