Ran black

This commit is contained in:
Simon Willison 2025-10-25 15:25:21 -07:00
commit 62b99b1f55

View file

@ -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) # We created 4 tables total (2 in analytics, 2 in production)
import json 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 # /-/rules.json tests