We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4882f44 commit 9726c21Copy full SHA for 9726c21
Lib/test/test_email/test_email.py
@@ -744,7 +744,7 @@ def test_invalid_header_names(self):
744
for name, value in invalid_headers:
745
with self.subTest(
746
name=name,
747
- problem=name,
+ description=value,
748
policy=thispolicy.__class__.__name__,
749
method=method,
750
):
Lib/test/test_email/test_message.py
@@ -1020,7 +1020,7 @@ def test_invalid_header_names(self):
1020
1021
1022
1023
1024
1025
1026
0 commit comments