Skip to content

Commit

Permalink
tests: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tonial committed Feb 13, 2025
1 parent b43be4d commit 3f9ad83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gps/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_job_seeker_cannot_use_gps(client):
[partial(JobSeekerFactory, for_snapshot=True), None],
[partial(EmployerFactory, with_company=True), "full"],
[PrescriberFactory, "partial"], # no org
[PrescriberFactory, "partial"], # non authorizd org
[PrescriberFactory, "partial"], # non authorized org
[
partial(
PrescriberFactory,
Expand Down

0 comments on commit 3f9ad83

Please sign in to comment.