Merge branch 'master' into develop
This commit is contained in:
commit
50bf5c8c1d
2 changed files with 4 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ def test_mutation_filter_is_approved(value, expected, factories):
|
|||
("noop", 2, []),
|
||||
("actor:actor1@domain.test", 0, [0]),
|
||||
("actor:actor2@domain.test", 0, [1]),
|
||||
("domain:domain.test", 0, [0, 1]),
|
||||
],
|
||||
)
|
||||
def test_actor_scope_filter(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue