Skip to content

Commit

Permalink
Fixed conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
Donkie committed Aug 7, 2024
1 parent 515722b commit 3454002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_integration/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def get_db_type() -> DbType:
return db_type


def pytest_sessionstart(_: pytest.Session) -> None:
def pytest_sessionstart(session): # noqa: ARG001, ANN001
"""Wait for the server to start up."""
start_time = time.time()
while True:
Expand Down

0 comments on commit 3454002

Please sign in to comment.