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
e4f549301b
commit
20ed5a00e7
1 changed files with 7 additions and 1 deletions
|
|
@ -675,7 +675,13 @@ def test_padlocks_on_database_page(cascade_app_client):
|
|||
False,
|
||||
),
|
||||
# non-abbreviations should work too
|
||||
({"id": "t", "_r": {"a": ["view-instance"]}}, "view-instance", None, None, True),
|
||||
(
|
||||
{"id": "t", "_r": {"a": ["view-instance"]}},
|
||||
"view-instance",
|
||||
None,
|
||||
None,
|
||||
True,
|
||||
),
|
||||
(
|
||||
{"id": "t", "_r": {"d": {"one": ["view-database"]}}},
|
||||
"view-database",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue