Skip to content

Commit

Permalink
Update parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasreddy committed Dec 18, 2024
1 parent 4882f44 commit 9726c21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Lib/test/test_email/test_email.py
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ def test_invalid_header_names(self):
for name, value in invalid_headers:
with self.subTest(
name=name,
problem=name,
description=value,
policy=thispolicy.__class__.__name__,
method=method,
):
Expand Down
2 changes: 1 addition & 1 deletion Lib/test/test_email/test_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ def test_invalid_header_names(self):
for name, value in invalid_headers:
with self.subTest(
name=name,
problem=name,
description=value,
policy=thispolicy.__class__.__name__,
method=method,
):
Expand Down

0 comments on commit 9726c21

Please sign in to comment.