From 1ee101f3ee62b4c19938d1932b56218593b29114 Mon Sep 17 00:00:00 2001 From: Stan Drozd Date: Wed, 19 Jul 2023 20:19:47 +0200 Subject: [PATCH] test_sync.py: lazy % logging --- tests/test_sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_sync.py b/tests/test_sync.py index b442f31..6ad0f7d 100644 --- a/tests/test_sync.py +++ b/tests/test_sync.py @@ -160,7 +160,7 @@ def authority_permissions_json(): "security_authority": SECURITY_AUTHORITY, } - LOGGER.debug(f"Writing authority permissions JSON:\n{value}") + LOGGER.debug("Writing authority permissions JSON:\n%s", value) jsonfile.write(json.dumps(value).encode()) jsonfile.flush()