Skip to content

Commit 8808a80

Browse files
fix: update taxon observers route tests to lowercase
Co-authored-by: Jacques Fize <[email protected]>
1 parent 1af6ebf commit 8808a80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/geonature/tests/test_synthese.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1302,14 +1302,14 @@ def test_taxon_observer(self, synthese_data, users):
13021302
"date_min": "Wed, 02 Oct 2024 11:22:33 GMT",
13031303
"media_count": 0,
13041304
"observation_count": 3,
1305-
"observer": "Bob Bobby",
1305+
"observer": "bob bobby",
13061306
},
13071307
{
13081308
"date_max": "Thu, 03 Oct 2024 08:09:10 GMT",
13091309
"date_min": "Wed, 02 Oct 2024 11:22:33 GMT",
13101310
"media_count": 0,
13111311
"observation_count": 3,
1312-
"observer": "Administrateur Test",
1312+
"observer": "administrateur test",
13131313
},
13141314
],
13151315
"page": 1,

0 commit comments

Comments
 (0)