From 0681f8a1cedfd9962f557f5be0da889e6c867bb5 Mon Sep 17 00:00:00 2001 From: Antoine LAURENT Date: Thu, 13 Feb 2025 06:52:05 +0100 Subject: [PATCH] tests: Fix typo --- tests/gps/test_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gps/test_views.py b/tests/gps/test_views.py index 6362d270e0..fc134db2d3 100644 --- a/tests/gps/test_views.py +++ b/tests/gps/test_views.py @@ -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,