mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
no-issue: Fix typo TestContentTyopeHeader to TestContentTypeHeader (gh-109069)
This commit is contained in:
parent
f65497fd25
commit
afa7b0d743
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue