Skip to content

Commit

Permalink
fixup! WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
bouttier committed Sep 7, 2023
1 parent c7d3cd4 commit 8b707bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/geonature/tests/test_synthese.py
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@ def test_split_blurring_precise_permissions(
current_user = users["self_user"]

blurring_perm = synthese_read_permissions(current_user, None, sensitivity_filter=True)
precise_perm = synthese_read_permissions(current_user, 1, sensitivity_filter=False)
precise_perm = synthese_read_permissions(current_user, 2, sensitivity_filter=False)

with app.test_request_context(headers=logged_user_headers(current_user)):
app.preprocess_request()
Expand Down

0 comments on commit 8b707bb

Please sign in to comment.