mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
test: adjust test range
This commit is contained in:
parent
c28304fd90
commit
c32634c8dc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user