Skip to content

Commit 8c9a691

Browse files
Update test_wsgiref.py
1 parent 010fd50 commit 8c9a691

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_wsgiref.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,7 @@ def testRaisesControlCharacters(self):
853853
for c0 in control_characters_c0():
854854
with self.subTest(c0):
855855
base = BaseHandler()
856+
headers = Headers()
856857
# HTAB (\x09) is allowed in values, but not in names.
857858
if c0 == "\t":
858859
base["key"] = f"val{c0}"

0 commit comments

Comments
 (0)