Skip to content

Commit

Permalink
fixup! added api tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agmes4 committed Sep 29, 2024
1 parent a57e83e commit 70baec4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/frontend/api/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]:
Expand Down

0 comments on commit 70baec4

Please sign in to comment.