From ab619d11a3f4f4f1f941211687f951daf3142e81 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Mon, 23 Mar 2026 14:24:24 +0200 Subject: [PATCH] chore: just a change --- tests/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/conftest.py b/tests/conftest.py index 9dd3d9072..d174d052f 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -62,6 +62,7 @@ def run_before_and_after_tests(settings: Settings): # use session scope to run once before and once after all tests +# random change @pytest.fixture(scope="session") async def app(settings: Settings): app = create_app()