From 57ccf2d5fc9d9722244e0133cb33a32406509f0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Jim=C3=A9nez?= Date: Thu, 3 Jan 2013 21:19:50 +0000 Subject: [PATCH] delete comment See #905 - Legacy-Id: 5171 --- ietf/nomcom/tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ietf/nomcom/tests.py b/ietf/nomcom/tests.py index 740a119da..493571e7a 100644 --- a/ietf/nomcom/tests.py +++ b/ietf/nomcom/tests.py @@ -139,7 +139,6 @@ class NomcomViewsTest(TestCase): def test_edit_publickey_view(self): """Verify edit publickey view""" - # TODO: complete chage edit public key login_testing_unauthorized(self, COMMUNITY_USER, self.public_key_url) login_testing_unauthorized(self, CHAIR_USER, self.public_key_url) self.check_url_status(self.public_key_url, 200)