summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTheron Luhn <theron@luhn.com>2019-12-14 19:26:42 -0600
committerTheron Luhn <theron@luhn.com>2019-12-14 19:26:42 -0600
commit491e6e15edb6ca35a33a133c323ba1db2664c05f (patch)
tree7e3dcf7255370dff2b94478dfc493ce18368f97d /tests
parent6213507e80d1b77ffd314b88c23ff7eca99aaee4 (diff)
downloadpyramid-491e6e15edb6ca35a33a133c323ba1db2664c05f.tar.gz
pyramid-491e6e15edb6ca35a33a133c323ba1db2664c05f.tar.bz2
pyramid-491e6e15edb6ca35a33a133c323ba1db2664c05f.zip
Remove unnecessary TODO statement.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_authorization.py3
1 files changed, 0 insertions, 3 deletions
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()