Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
bouttier committed Sep 6, 2023
1 parent ed164d6 commit 5eb7663
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/geonature/tests/test_synthese.py
Original file line number Diff line number Diff line change
Expand Up @@ -1303,6 +1303,8 @@ def test_split_blurring_precise_permissions(
module_code=synthese_module.module_code,
object_code="ALL",
)
assert blurring_perm in permissions
assert precise_perm in permissions
blurring_perms, precise_perms = split_blurring_precise_permissions(permissions)

assert all(s.sensitivity_filter for s in blurring_perms)
Expand Down

0 comments on commit 5eb7663

Please sign in to comment.