From 3454002c09f913f1d69c3227b7234f2b4af5ca3a Mon Sep 17 00:00:00 2001 From: Donkie Date: Wed, 7 Aug 2024 15:19:35 +0200 Subject: [PATCH] Fixed conftest --- tests_integration/tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests_integration/tests/conftest.py b/tests_integration/tests/conftest.py index d6ad554..5805465 100644 --- a/tests_integration/tests/conftest.py +++ b/tests_integration/tests/conftest.py @@ -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: