tests: delete_group_perm perm not in group
All checks were successful
ci / lint_and_test (push) Successful in 14s
All checks were successful
ci / lint_and_test (push) Successful in 14s
Issue: #24
This commit is contained in:
parent
fe2171df44
commit
a655eaf543
2 changed files with 15 additions and 2 deletions
|
|
@ -162,6 +162,7 @@ def _seed(db):
|
|||
db.add(OrgUsers(org_id=1, user_id=2))
|
||||
db.add(Service(name="Test Service", api_key="123456789"))
|
||||
db.add(Permission(service_id=1, resource="test_resource", action="read"))
|
||||
db.add(Permission(service_id=1, resource="test_resource", action="move"))
|
||||
db.add(Group(name="Org One Group", org_id=1))
|
||||
db.add(Group(name="Org Two Group", org_id=2))
|
||||
db.add(Group(name="Org One Group Two", org_id=1))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue