From 20ed5a00e7ed165dba70736d741bb75c8358c9c9 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 25 Oct 2025 14:53:07 -0700 Subject: [PATCH] Ran Black --- tests/test_permissions.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/test_permissions.py b/tests/test_permissions.py index a0fd5b1b..9511a3fa 100644 --- a/tests/test_permissions.py +++ b/tests/test_permissions.py @@ -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",