no-issue: Fix typo TestContentTyopeHeader to TestContentTypeHeader (gh-109069)

This commit is contained in:
Jenner 2023-09-19 18:50:35 +09:00 committed by GitHub
parent f65497fd25
commit afa7b0d743
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2236,7 +2236,7 @@ class TestNonConformant(TestEmailBase):
"\nContent-Transfer-Encoding: {}".format(cte)))
self.assertEqual(len(msg.defects), 0)
# test_headerregistry.TestContentTyopeHeader invalid_1 and invalid_2.
# test_headerregistry.TestContentTypeHeader invalid_1 and invalid_2.
def test_invalid_content_type(self):
eq = self.assertEqual
neq = self.ndiffAssertEqual