Ran Black

This commit is contained in:
Simon Willison 2025-10-25 14:53:07 -07:00
commit 20ed5a00e7

View file

@ -675,7 +675,13 @@ def test_padlocks_on_database_page(cascade_app_client):
False, False,
), ),
# non-abbreviations should work too # 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"]}}}, {"id": "t", "_r": {"d": {"one": ["view-database"]}}},
"view-database", "view-database",