diff options
Diffstat (limited to 'tests/test_client/views.py')
| -rw-r--r-- | tests/test_client/views.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_client/views.py b/tests/test_client/views.py index 773e9e4e98..01850257b5 100644 --- a/tests/test_client/views.py +++ b/tests/test_client/views.py @@ -90,6 +90,8 @@ def post_view(request): c = Context() else: t = Template("Viewing GET page.", name="Empty GET Template") + # Used by test_body_read_on_get_data. + request.read(200) c = Context() return HttpResponse(t.render(c)) |
