aboutsummaryrefslogtreecommitdiffstats
path: root/test/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts')
-rw-r--r--test/scripts/all.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/scripts/all.py b/test/scripts/all.py
index 15a5fc02..3acaf694 100644
--- a/test/scripts/all.py
+++ b/test/scripts/all.py
@@ -7,15 +7,15 @@ def serverconnect(ctx, cc):
ctx.log("XSERVERCONNECT")
log.append("serverconnect")
-def request(ctx, r):
+def request(ctx, f):
ctx.log("XREQUEST")
log.append("request")
-def response(ctx, r):
+def response(ctx, f):
ctx.log("XRESPONSE")
log.append("response")
-def responseheaders(ctx, r):
+def responseheaders(ctx, f):
ctx.log("XRESPONSEHEADERS")
log.append("responseheaders")