diff --git a/src/allmydata/test/test_storage_http.py b/src/allmydata/test/test_storage_http.py index df5dc300c..a6e6205f1 100644 --- a/src/allmydata/test/test_storage_http.py +++ b/src/allmydata/test/test_storage_http.py @@ -379,8 +379,6 @@ class CustomHTTPServerTests(SyncTestCase): ) self.assertEqual(response.code, 400) - # TODO test other garbage values - def test_authorization_enforcement(self): """ The requirement for secrets is enforced by the ``_authorized_route``