We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 618d602 commit 57e16bfCopy full SHA for 57e16bf
1 file changed
ietf/doc/tests_charter.py
@@ -418,7 +418,7 @@ def test_submit_charter(self):
418
self.assertTrue("new_revision" in charter.latest_event().type)
419
420
with io.open(os.path.join(self.charter_dir, charter.canonical_name() + "-" + charter.rev + ".txt")) as f:
421
- self.assertEqual(f.read(), "Windows line\nMac line\nUnix line\n" + utf_8_snippet.decode('utf_8'))
+ self.assertEqual(f.read(), "Windows line\nMac line\nUnix line\n" + utf_8_snippet.decode('utf-8'))
422
423
def test_submit_initial_charter(self):
424
group = GroupFactory(type_id='wg',acronym='mars',list_email='mars-wg@ietf.org')
0 commit comments