diff options
| author | Theron Luhn <theron@luhn.com> | 2019-12-14 19:26:42 -0600 |
|---|---|---|
| committer | Theron Luhn <theron@luhn.com> | 2019-12-14 19:26:42 -0600 |
| commit | 491e6e15edb6ca35a33a133c323ba1db2664c05f (patch) | |
| tree | 7e3dcf7255370dff2b94478dfc493ce18368f97d /tests | |
| parent | 6213507e80d1b77ffd314b88c23ff7eca99aaee4 (diff) | |
| download | pyramid-491e6e15edb6ca35a33a133c323ba1db2664c05f.tar.gz pyramid-491e6e15edb6ca35a33a133c323ba1db2664c05f.tar.bz2 pyramid-491e6e15edb6ca35a33a133c323ba1db2664c05f.zip | |
Remove unnecessary TODO statement.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_authorization.py | 3 |
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() |
