Skip to content

Commit e1aa8c9

Browse files
committed
fix wsgiref test
1 parent 9e748a3 commit e1aa8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_wsgiref.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def test_environ(self):
137137
def test_request_length(self):
138138
out, err = run_amock(data=b"GET " + (b"x" * 65537) + b" HTTP/1.0\n\n")
139139
self.assertEqual(out.splitlines()[0],
140-
b"HTTP/1.0 414 Request-URI Too Long")
140+
b"HTTP/1.0 414 URI Too Long")
141141

142142
def test_validated_hello(self):
143143
out, err = run_amock(validator(hello_app))

0 commit comments

Comments
 (0)