From 89627a702a6159542917e3cb499079caa75783c7 Mon Sep 17 00:00:00 2001 From: Henrik Nordstrom Date: Tue, 15 Feb 2011 18:44:57 +0100 Subject: drop unused protocol parameter from Response --- test/test_proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_proxy.py') diff --git a/test/test_proxy.py b/test/test_proxy.py index 39689746..bb1a2122 100644 --- a/test/test_proxy.py +++ b/test/test_proxy.py @@ -237,7 +237,7 @@ class uResponse(libpry.AutoTree): h["test"] = ["test"] c = proxy.ClientConnection(("addr", 2222)) req = proxy.Request(c, "host", 22, "https", "GET", "/", h, "content") - resp = proxy.Response(req, 200, "HTTP", "msg", h.copy(), "content") + resp = proxy.Response(req, 200, "msg", h.copy(), "content") assert resp.short() assert resp.assemble() -- cgit v1.2.3