Commit 48f53a60 authored by Geoff Simmons's avatar Geoff Simmons

fix copy/paste errors in some tests

parent ed180b71
...@@ -18,8 +18,7 @@ varnish v1 -vcl { ...@@ -18,8 +18,7 @@ varnish v1 -vcl {
sub vcl_init { sub vcl_init {
if (!backend_dyn.create(name="be", host="${s1_addr}", if (!backend_dyn.create(name="be", host="${s1_addr}",
port="${s1_port}", port="${s1_port}")) {
first_byte_timeout = 2s)) {
return(fail); return(fail);
} }
} }
......
...@@ -19,8 +19,7 @@ varnish v1 -vcl { ...@@ -19,8 +19,7 @@ varnish v1 -vcl {
sub vcl_init { sub vcl_init {
if (!backend_dyn.create(name="be", host="${s1_addr}", if (!backend_dyn.create(name="be", host="${s1_addr}",
port="${s1_port}", port="${s1_port}")) {
first_byte_timeout = 2s)) {
return(fail); return(fail);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment