Skip to content

Commit

Permalink
continue fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
giancarloromeo committed Oct 31, 2024
1 parent 5119159 commit e1e182b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ async def test_share_project(
)
if new_project:
assert new_project["accessRights"] == {
str(primary_group["gid"]): {"read": True, "write": True, "delete": True},
str(all_group["gid"]): share_rights,
f'{primary_group["gid"]}': {"read": True, "write": True, "delete": True},
f'{(all_group["gid"])}': share_rights,
}

# user 1 can always get to his project
Expand Down

0 comments on commit e1e182b

Please sign in to comment.