aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_protocol_http.py
diff options
context:
space:
mode:
authorWade 524 <u524@intrafile.com>2014-10-31 12:45:31 -0700
committerWade 524 <u524@intrafile.com>2014-10-31 12:45:31 -0700
commitc4c42fa040f4e0177516e9830591ca36a3660f3f (patch)
tree04398d083fcf10246b323f0dec65d51858df1ab4 /test/test_protocol_http.py
parentce18cd8ba40998c0654e697efcc0a0f018e45375 (diff)
downloadmitmproxy-c4c42fa040f4e0177516e9830591ca36a3660f3f.tar.gz
mitmproxy-c4c42fa040f4e0177516e9830591ca36a3660f3f.tar.bz2
mitmproxy-c4c42fa040f4e0177516e9830591ca36a3660f3f.zip
Updating OPTIONS test with related issue number.
Diffstat (limited to 'test/test_protocol_http.py')
-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)