From 57e16bfd57d24772ea92eecf2a7b7865722ae097 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 17 Jul 2019 16:14:55 +0000 Subject: [PATCH] Fixed a typo. - Legacy-Id: 16511 --- ietf/doc/tests_charter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/doc/tests_charter.py b/ietf/doc/tests_charter.py index c44cd01eb..f3333a830 100644 --- a/ietf/doc/tests_charter.py +++ b/ietf/doc/tests_charter.py @@ -418,7 +418,7 @@ class EditCharterTests(TestCase): self.assertTrue("new_revision" in charter.latest_event().type) with io.open(os.path.join(self.charter_dir, charter.canonical_name() + "-" + charter.rev + ".txt")) as f: - 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')) def test_submit_initial_charter(self): group = GroupFactory(type_id='wg',acronym='mars',list_email='mars-wg@ietf.org')