From 7d48a0303507e793daf070bdd3969ff9eb129591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20Boixader=20G=C3=BCell?= Date: Fri, 19 Jan 2024 12:31:45 +0100 Subject: [PATCH] chore: black --- guillotina/tests/workflows/test_workflow_basic.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/guillotina/tests/workflows/test_workflow_basic.py b/guillotina/tests/workflows/test_workflow_basic.py index dc9e03bca..1cafeacc6 100644 --- a/guillotina/tests/workflows/test_workflow_basic.py +++ b/guillotina/tests/workflows/test_workflow_basic.py @@ -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 @@ -51,7 +53,10 @@ async def test_workflow_basic(container_requester): "token": "private", }, { - "title": {"title": "Public", "translated_title": {"en": "Public", "ca": "Públic", "es": "Público"}}, + "title": { + "title": "Public", + "translated_title": {"en": "Public", "ca": "Públic", "es": "Público"}, + }, "token": "public", }, ],