Skip to content

Commit

Permalink
test: dummy commit to trigger ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
edelclaux committed Sep 18, 2024
1 parent b2f58c9 commit fbc122b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/geonature/tests/test_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ def test_list_reports(self, reports_data, synthese_data, users):
set_logged_user(self.client, users["admin_user"])

ids = [s.id_synthese for s in synthese_data.values()]

# TEST GET BY ID SYNTHESE
response = self.client.get(
url_for(url, id_synthese=ids[0], idRole=users["admin_user"].id_role, type="discussion")
Expand Down

0 comments on commit fbc122b

Please sign in to comment.