diff --git a/tests/frontend/api/conftest.py b/tests/frontend/api/conftest.py index bdb497a3c..7b5515e1c 100644 --- a/tests/frontend/api/conftest.py +++ b/tests/frontend/api/conftest.py @@ -21,6 +21,7 @@ def max_clients(app) -> int: app.config["MAX_MPSKS"] = max_clients return max_clients + # TODO put this into the client @pytest.fixture(scope="module") def auth_header(api_key) -> dict[str, str]: