Skip to content

Commit 232774a

Browse files
committed
Adjusted the test_submit_nonascii_name() to match the output from idnits 2.16.0, which emits warnings rather than errors for nonascii content.
- Legacy-Id: 15525
1 parent fc027ae commit 232774a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/submit/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ def test_submit_nonascii_name(self):
10151015
q = PyQuery(r.content)
10161016
m = q('p.alert-warning').text()
10171017

1018-
self.assertIn('The idnits check returned 1 error', m)
1018+
self.assertIn('The idnits check returned 1 warning', m)
10191019

10201020
def test_submit_invalid_yang(self):
10211021
make_test_data()

0 commit comments

Comments
 (0)