aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_proxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_proxy.py')
-rw-r--r--test/test_proxy.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_proxy.py b/test/test_proxy.py
index 0c05aeb2..8a59cf0b 100644
--- a/test/test_proxy.py
+++ b/test/test_proxy.py
@@ -218,7 +218,6 @@ class uRequest(libpry.AutoTree):
assert r.set_url(u)
assert not r.set_url("")
assert r.url() == u
- assert r.short()
assert r.assemble()
def test_getset_state(self):
@@ -246,7 +245,6 @@ class uResponse(libpry.AutoTree):
c = proxy.ClientConnect(("addr", 2222))
req = proxy.Request(c, "host", 22, "https", "GET", "/", h, "content")
resp = proxy.Response(req, 200, "msg", h.copy(), "content")
- assert resp.short()
assert resp.assemble()
def test_getset_state(self):