diff options
| -rw-r--r-- | pyramid/tests/test_integration.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/tests/test_integration.py b/pyramid/tests/test_integration.py index e1389481c..3e2a6e452 100644 --- a/pyramid/tests/test_integration.py +++ b/pyramid/tests/test_integration.py @@ -119,7 +119,7 @@ class TestStaticAppBase(IntegrationBase): def test_range_multiple(self): res = self.testapp.get('/static/index.html', - [('HTTP_RANGE', 'bytes=10,11')], + [('HTTP_RANGE', 'bytes=10-11,11-12')], status=200) self._assertBody(res.body, os.path.join(here, 'fixtures/static/index.html')) |
