Skip to content

Commit

Permalink
style(api): applied black
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Vergez committed Aug 7, 2023
1 parent 3bc94f6 commit f3959b8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion backend/geonature/tests/test_synthese.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,13 @@ def test_filter_cor_observers(self, users, synthese_data):
# le requete doit etre OK marlgré la geom NULL
assert response.status_code == 200

@pytest.mark.parametrize("group_inpn", [("group2_inpn"), ("group3_inpn"),])
@pytest.mark.parametrize(
"group_inpn",
[
("group2_inpn"),
("group3_inpn"),
],
)
def test_get_observations_for_web_filter_group_inpn(self, users, synthese_data, group_inpn):
obs = synthese_data["obs1"]
taxref_from_cd_nom = Taxref.query.filter_by(cd_nom=obs.cd_nom).one()
Expand Down

0 comments on commit f3959b8

Please sign in to comment.