Skip to content

Commit

Permalink
chore: black
Browse files Browse the repository at this point in the history
  • Loading branch information
rboixaderg committed Jan 19, 2024
1 parent cace7e8 commit 7d6710d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion guillotina/tests/workflows/test_workflow_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ async def test_workflow_basic(container_requester):
assert response["review_state"] == "public"

response, _ = await requester("GET", "/db/guillotina/@sharing")
assert response["local"]["roleperm"]["guillotina.Anonymous"]["guillotina.AccessContent"] == "AllowSingle"
assert (
response["local"]["roleperm"]["guillotina.Anonymous"]["guillotina.AccessContent"] == "AllowSingle"
)

response, status = await requester("GET", "/db/guillotina", token=None)
assert status == 200
Expand Down

0 comments on commit 7d6710d

Please sign in to comment.