Skip to content

Commit

Permalink
more linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ochiu committed Dec 5, 2024
1 parent fe394a5 commit de411b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth-api/tests/unit/api/test_org.py
Original file line number Diff line number Diff line change
Expand Up @@ -2974,7 +2974,7 @@ def test_search_org_members(client, jwt, session, keycloak_mock): # pylint:disa
assert user["lastname"] == user_info["lastname"]

rv = client.get(
f"/api/v1/orgs?status=ACTIVE&includeMembers=true&members=NOTHING",
"/api/v1/orgs?status=ACTIVE&includeMembers=true&members=NOTHING",
headers=headers,
content_type="application/json",
)
Expand Down

0 comments on commit de411b7

Please sign in to comment.