Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Situphen committed Sep 21, 2024
1 parent da670d7 commit 53ab66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zds/member/api/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def test_search_with_results_in_right_order(self):
Gets list of users corresponding to part of a username and
verifies that the list of usernames returned is in the right order.
"""
for username in ("andr", "Radon", "alexandre", "MisterAndrew", "andré", "Andr", "dragon", "Andromède"):
for username in ("Andr", "Radon", "alexandre", "MisterAndrew", "andré", "andr", "dragon", "Andromède"):
try: # in case this username has already been used by another test
Profile.objects.get(user__username=username)
except Profile.DoesNotExist:
Expand Down

0 comments on commit 53ab66e

Please sign in to comment.