diff options
author | Wade 524 <u524@intrafile.com> | 2014-10-31 12:45:31 -0700 |
---|---|---|
committer | Wade 524 <u524@intrafile.com> | 2014-10-31 12:45:31 -0700 |
commit | c4c42fa040f4e0177516e9830591ca36a3660f3f (patch) | |
tree | 04398d083fcf10246b323f0dec65d51858df1ab4 /test | |
parent | ce18cd8ba40998c0654e697efcc0a0f018e45375 (diff) | |
download | mitmproxy-c4c42fa040f4e0177516e9830591ca36a3660f3f.tar.gz mitmproxy-c4c42fa040f4e0177516e9830591ca36a3660f3f.tar.bz2 mitmproxy-c4c42fa040f4e0177516e9830591ca36a3660f3f.zip |
Updating OPTIONS test with related issue number.
Diffstat (limited to 'test')
-rw-r--r-- | test/test_protocol_http.py | 2 |
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) |