From c32634c8dc2bc950e4f4e5084d896dab3b5c29e8 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Tue, 23 Dec 2014 12:17:51 -0800 Subject: [PATCH] test: adjust test range --- tests/test_live_proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_live_proxy.py b/tests/test_live_proxy.py index 0ce8829e..580593d1 100644 --- a/tests/test_live_proxy.py +++ b/tests/test_live_proxy.py @@ -127,7 +127,7 @@ class TestProxyLiveRewriter: # Second Request # clear log self.requestlog.pop() - headers = [('Range', 'bytes=1001-1500')] + headers = [('Range', 'bytes=101-150')] resp = self.testapp.get('/rewrite/http://example.com/foobar', headers=headers) # actual response is with range