aboutsummaryrefslogtreecommitdiff
path: root/tests/queryset00.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/queryset00.at')
-rw-r--r--tests/queryset00.at6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/queryset00.at b/tests/queryset00.at
index f56e19a..230f0a5 100644
--- a/tests/queryset00.at
+++ b/tests/queryset00.at
@@ -1,5 +1,5 @@
# This file is part of vmod-variable -*- autotest -*-
-# Copyright (C) 2015 Sergey Poznyakoff
+# Copyright (C) 2015, 2017 Sergey Poznyakoff
#
# Vmod-variable is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
AT_SETUP(all variables)
AT_KEYWORDS(queryset queryset00)
-AT_VARNISHTEST([
+AT_VARNISHTEST([variable],[
sub vcl_recv {
variable.queryset("", regsub(req.url, ".*\?(.+)", "\1"));
}
@@ -36,4 +36,4 @@ expect resp.http.X-Foo == "quz@example.com"
AT_CLEANUP
- \ No newline at end of file
+

Return to:

Send suggestions and report system problems to the System administrator.