From 117148a51d9bdf5915527a937088fc733eb5aac3 Mon Sep 17 00:00:00 2001 From: Terje Kvernes Date: Tue, 26 Nov 2024 12:24:20 +0100 Subject: [PATCH] Whitespace fixes. --- mreg/api/v1/tests/test_host_permissions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mreg/api/v1/tests/test_host_permissions.py b/mreg/api/v1/tests/test_host_permissions.py index 73aa2814..4d975915 100644 --- a/mreg/api/v1/tests/test_host_permissions.py +++ b/mreg/api/v1/tests/test_host_permissions.py @@ -12,7 +12,7 @@ from .tests import MregAPITestCase -class Internals(MregAPITestCase): +class Internals(MregAPITestCase): """Test internal structures in permissions.""" @override_settings(SUPERUSER_GROUP=None)