Skip to content

Commit

Permalink
API - fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SamR1 committed Aug 13, 2023
1 parent 7946c05 commit 8cd310a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fittrackee/tests/users/test_users_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ def test_it_gets_users_list_ordered_by_admin_rights_ascending(
}

def test_it_gets_users_list_ordered_by_admin_rights_descending(
self, app: Flask, user_2: User, user_3: User, user_1_admin: User
self, app: Flask, user_2: User, user_1_admin: User, user_3: User
) -> None:
client, auth_token = self.get_test_client_and_auth_token(
app, user_1_admin.email
Expand Down

0 comments on commit 8cd310a

Please sign in to comment.