aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_protocol_http.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_protocol_http.py b/test/test_protocol_http.py
index f5b9e0a1..db262950 100644
--- a/test/test_protocol_http.py
+++ b/test/test_protocol_http.py
@@ -70,7 +70,7 @@ class TestHTTPRequest:
def test_http_options_relative_form_in(self):
"""
- Exercises fix for Issue #xxx.
+ Exercises fix for Issue #392.
"""
s = StringIO("OPTIONS /secret/resource HTTP/1.1")
r = HTTPRequest.from_stream(s)