From 62b99b1f55b2ed46a4247e7561ea987eec5019de Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 25 Oct 2025 15:25:21 -0700 Subject: [PATCH] Ran black --- tests/test_permission_endpoints.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/test_permission_endpoints.py b/tests/test_permission_endpoints.py index 6c466529..a49fc875 100644 --- a/tests/test_permission_endpoints.py +++ b/tests/test_permission_endpoints.py @@ -174,7 +174,10 @@ async def test_allowed_json_total_count(ds_with_permissions): # We created 4 tables total (2 in analytics, 2 in production) import json - assert data["total"] == 4, f"Expected total=4, got: {json.dumps(data, separators=(',', ':'))}" + + assert ( + data["total"] == 4 + ), f"Expected total=4, got: {json.dumps(data, separators=(',', ':'))}" # /-/rules.json tests