We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc027ae commit 232774aCopy full SHA for 232774a
1 file changed
ietf/submit/tests.py
@@ -1015,7 +1015,7 @@ def test_submit_nonascii_name(self):
1015
q = PyQuery(r.content)
1016
m = q('p.alert-warning').text()
1017
1018
- self.assertIn('The idnits check returned 1 error', m)
+ self.assertIn('The idnits check returned 1 warning', m)
1019
1020
def test_submit_invalid_yang(self):
1021
make_test_data()
0 commit comments