We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0429e commit 57ccf2dCopy full SHA for 57ccf2d
1 file changed
ietf/nomcom/tests.py
@@ -139,7 +139,6 @@ def test_edit_chair_view(self):
139
140
def test_edit_publickey_view(self):
141
"""Verify edit publickey view"""
142
- # TODO: complete chage edit public key
143
login_testing_unauthorized(self, COMMUNITY_USER, self.public_key_url)
144
login_testing_unauthorized(self, CHAIR_USER, self.public_key_url)
145
self.check_url_status(self.public_key_url, 200)
0 commit comments