Skip to content

Commit 82d7f7a

Browse files
Add string again without keys
1 parent 95701e4 commit 82d7f7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_wsgiref.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ def testRaisesControlCharacters(self):
854854
with self.subTest(c0):
855855
base = BaseHandler()
856856
headers = [('x','y')]
857-
self.assertRaises(ValueError, base.start_response, {c0}, headers)
857+
self.assertRaises(ValueError, base.start_response, f"{c0}", headers)
858858

859859

860860
class TestModule(unittest.TestCase):

0 commit comments

Comments
 (0)