Remove comment.

This commit is contained in:
Itamar Turner-Trauring 2023-05-23 14:08:03 -04:00
parent 36bffb7f60
commit 652c179602

View File

@ -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``