Skip to content

Commit

Permalink
Fix intermittent test
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Nov 13, 2024
1 parent 2cf1611 commit fadc335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,4 +589,4 @@ def test_get_permissions(functional_setup):
perms = client.get_permissions()

perms_by_uri = {p["uri"]: p for p in perms}
assert perms_by_uri["/accounts/user"]["permissions"] == ["read", "write"]
assert set(perms_by_uri["/accounts/user"]["permissions"]) == {"read", "write"}

0 comments on commit fadc335

Please sign in to comment.