Skip to content

Commit 4278973

Browse files
committed
test_config()
1 parent 60bd130 commit 4278973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def server(xprocess: object) -> Generator[ServerMonitor, None, None]:
192192
@pytest.fixture(scope="session", autouse=True)
193193
def configure_test_environment() -> Generator[None, None, None]:
194194
base_path = Path(__file__).parent
195-
config.test_config(base_path)
195+
config.test_config()
196196
db_path = base_path / "project.db"
197197
init_database(db_path=str(db_path))
198198
os.environ["TEST_DB_PATH"] = str(db_path)

0 commit comments

Comments
 (0)