fixed permissions and tests

This commit is contained in:
vabene1111
2022-06-14 16:20:37 +02:00
parent f02eac8ac6
commit e7de6f62b6
5 changed files with 35 additions and 21 deletions

View File

@ -78,9 +78,9 @@ def test_update_space_owner(a1_s1, space_1):
@pytest.mark.parametrize("arg", [
['a_u', 403],
['g1_s1', 405],
['u1_s1', 405],
['a1_s1', 405],
['g1_s1', 403],
['u1_s1', 403],
['a1_s1', 403],
])
def test_add(arg, request, u1_s1, space_1):
c = request.getfixturevalue(arg[0])