Skip to content

Commit

Permalink
fix: update taxon observers route tests to lowercase
Browse files Browse the repository at this point in the history
Co-authored-by: Jacques Fize <[email protected]>
  • Loading branch information
edelclaux and jacquesfize authored Mar 4, 2025
1 parent 8808a80 commit 04e5a58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/geonature/tests/test_synthese.py
Original file line number Diff line number Diff line change
Expand Up @@ -1281,14 +1281,14 @@ def test_taxon_observer(self, synthese_data, users):
"date_min": "Wed, 02 Oct 2024 11:22:33 GMT",
"media_count": 0,
"observation_count": 3,
"observer": "Administrateur Test",
"observer": "administrateur test",
},
{
"date_max": "Thu, 03 Oct 2024 08:09:10 GMT",
"date_min": "Wed, 02 Oct 2024 11:22:33 GMT",
"media_count": 0,
"observation_count": 3,
"observer": "Bob Bobby",
"observer": "bob bobby",
},
],
"page": 1,
Expand Down

0 comments on commit 04e5a58

Please sign in to comment.