From 3d9c5c534c2200aeebad278466a961895901e617 Mon Sep 17 00:00:00 2001 From: Theron Luhn Date: Sat, 30 Mar 2019 11:04:22 -0700 Subject: Fix formatting. --- tests/test_security.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_security.py') diff --git a/tests/test_security.py b/tests/test_security.py index 73d8ba6fc..dd5be54d7 100644 --- a/tests/test_security.py +++ b/tests/test_security.py @@ -891,6 +891,7 @@ ADMINISTRATOR_PERMS = MODERATOR_PERMS + (ADMINISTER,) class TestSessionAuthenticationHelper(unittest.TestCase): def _makeRequest(self, session=None): from types import SimpleNamespace + if session is None: session = dict() return SimpleNamespace(session=session) -- cgit v1.2.3