From 723e0e7a10977f6b5f0358924c326c91f3869a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Fri, 14 Apr 2023 14:04:41 +0200 Subject: [PATCH] STY: line break --- tests/test_permissions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_permissions.py b/tests/test_permissions.py index 6088409..1b50060 100644 --- a/tests/test_permissions.py +++ b/tests/test_permissions.py @@ -188,7 +188,8 @@ def test_basic_acl_stuff(): def test_query(): - db.administration.set_server_property("QUERY_FILTER_ENTITIES_WITHOUT_RETRIEVE_PERMISSIONS", "TRUE") + db.administration.set_server_property( + "QUERY_FILTER_ENTITIES_WITHOUT_RETRIEVE_PERMISSIONS", "TRUE") person = db.RecordType("TestPerson").insert() db.Property("TestFirstName", datatype=db.TEXT).insert() db.Property("TestConductor", datatype=person).insert() -- GitLab