aboutsummaryrefslogtreecommitdiff
path: root/tests/ratef.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ratef.at')
-rw-r--r--tests/ratef.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ratef.at b/tests/ratef.at
index d0dc7ea..40a86e6 100644
--- a/tests/ratef.at
+++ b/tests/ratef.at
@@ -13,13 +13,13 @@
13# 13#
14# You should have received a copy of the GNU General Public License 14# You should have received a copy of the GNU General Public License
15# along with vmod-tbf. If not, see <http://www.gnu.org/licenses/>. 15# along with vmod-tbf. If not, see <http://www.gnu.org/licenses/>.
16 16
17AT_SETUP([rate flow]) 17AT_SETUP([rate flow])
18AT_KEYWORDS([ratef flow]) 18AT_KEYWORDS([ratef flow])
19AT_VARNISHTEST([tbf],[ 19AT_VARNISHTEST([
20 sub vcl_deliver { 20 sub vcl_deliver {
21 set resp.http.result = tbf.rate("url:"+req.url, 1, 1s, 5); 21 set resp.http.result = tbf.rate("url:"+req.url, 1, 1s, 5);
22 } 22 }
23], 23],
24[ txreq -url "/" 24[ txreq -url "/"
25 rxresp 25 rxresp

Return to:

Send suggestions and report system problems to the System administrator.