From 491e6e15edb6ca35a33a133c323ba1db2664c05f Mon Sep 17 00:00:00 2001 From: Theron Luhn Date: Sat, 14 Dec 2019 19:26:42 -0600 Subject: Remove unnecessary TODO statement. --- tests/test_authorization.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests') diff --git a/tests/test_authorization.py b/tests/test_authorization.py index b50c1ae3b..399b3da60 100644 --- a/tests/test_authorization.py +++ b/tests/test_authorization.py @@ -3,9 +3,6 @@ import unittest from pyramid.testing import cleanUp -# XXX fix all tests to add request, remove principals - - class TestACLAuthorizationPolicy(unittest.TestCase): def setUp(self): cleanUp() -- cgit v1.2.3