Fixed conftest

This commit is contained in:
Donkie
2024-08-07 15:19:35 +02:00
parent 515722bf4f
commit 3454002c09

View File

@@ -37,7 +37,7 @@ def get_db_type() -> DbType:
return db_type return db_type
def pytest_sessionstart(_: pytest.Session) -> None: def pytest_sessionstart(session): # noqa: ARG001, ANN001
"""Wait for the server to start up.""" """Wait for the server to start up."""
start_time = time.time() start_time = time.time()
while True: while True: