We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40bce5 commit 3e27414Copy full SHA for 3e27414
rest_framework/test.py
@@ -79,7 +79,7 @@ def send(self, request, *args, **kwargs):
79
"""
80
raw_kwargs = {}
81
82
- def start_response(wsgi_status, wsgi_headers):
+ def start_response(wsgi_status, wsgi_headers, exc_info=None):
83
status, _, reason = wsgi_status.partition(' ')
84
raw_kwargs['status'] = int(status)
85
raw_kwargs['reason'] = reason
0 commit comments