aboutsummaryrefslogtreecommitdiff
path: root/tests/test01.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test01.at')
-rw-r--r--tests/test01.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test01.at b/tests/test01.at
index 62eb4fb..b879615 100644
--- a/tests/test01.at
+++ b/tests/test01.at
@@ -42,7 +42,7 @@ varnish v1 -vcl+backend {
binlog.pack(req.http.X-nid);
binlog.pack(req.http.X-aid);
binlog.commit();
- return (lookup);
+ return ($ret_vcl_recv);
}
} -start

Return to:

Send suggestions and report system problems to the System administrator.