Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Feb 11, 2025
1 parent 62c6e7d commit 071b3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/h/schemas/forms/admin/group_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def group_data(org):

@pytest.fixture
def user_service(user_service, factories):
def fetch(username, authority):
def fetch(username, authority): # noqa: ARG001
if "invalid" in username:
return False

Expand Down

0 comments on commit 071b3d8

Please sign in to comment.