mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Ran black
This commit is contained in:
parent
f18d1ecac6
commit
62b99b1f55
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue