aboutsummaryrefslogtreecommitdiffstats
path: root/examples/fail_with_500.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/fail_with_500.py')
-rw-r--r--examples/fail_with_500.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/fail_with_500.py b/examples/fail_with_500.py
index aec85b50..9710f74a 100644
--- a/examples/fail_with_500.py
+++ b/examples/fail_with_500.py
@@ -1,3 +1,3 @@
-def response(context, flow):
+def response(flow):
flow.response.status_code = 500
flow.response.content = b""