summaryrefslogtreecommitdiffstats
path: root/tests/test_web.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_web.py')
-rw-r--r--tests/test_web.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/test_web.py b/tests/test_web.py
index 8225731..3ffab87 100644
--- a/tests/test_web.py
+++ b/tests/test_web.py
@@ -178,7 +178,8 @@ def test_access_redirect_fallback(client: Any, mocker: Any) -> None:
fatcat_get_work_raw = mocker.patch("fatcat_openapi_client.DefaultApi.get_work")
fatcat_get_work_raw.side_effect = [
fatcat_openapi_client.WorkEntity(
- state="active", ident="wwwwwwwwwwwwwwwwwwwwwwwwww",
+ state="active",
+ ident="wwwwwwwwwwwwwwwwwwwwwwwwww",
)
] * 4
fatcat_get_work_releases_raw = mocker.patch(
@@ -205,7 +206,8 @@ def test_access_redirect_fallback(client: Any, mocker: Any) -> None:
ident="ffffffffffffffffffffffffff",
urls=[
fatcat_openapi_client.FileUrl(
- rel="web", url="https://blarg.example.com",
+ rel="web",
+ url="https://blarg.example.com",
),
fatcat_openapi_client.FileUrl(
rel="webarchive",