Commit 8ae50a4b authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Minor change

parent ce3f10b6
......@@ -9,14 +9,14 @@ varnish v1 -vcl+backend {
import example from "${vmod_topbuild}/src/.libs/libvmod_example.so";
sub vcl_deliver {
set resp.http.hello = example.hello("World!");
set resp.http.hello = example.hello("World");
}
} -start
client c1 {
txreq -url "/"
rxresp
expect resp.http.hello == "Hello, World!"
expect resp.http.hello == "Hello, World"
}
client c1 -run
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