Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 8ae50a4

Browse files
committed
Minor change
1 parent ce3f10b commit 8ae50a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/tests/test01.vtc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ varnish v1 -vcl+backend {
99
import example from "${vmod_topbuild}/src/.libs/libvmod_example.so";
1010

1111
sub vcl_deliver {
12-
set resp.http.hello = example.hello("World!");
12+
set resp.http.hello = example.hello("World");
1313
}
1414
} -start
1515

1616
client c1 {
1717
txreq -url "/"
1818
rxresp
19-
expect resp.http.hello == "Hello, World!"
19+
expect resp.http.hello == "Hello, World"
2020
}
2121

2222
client c1 -run

0 commit comments

Comments
 (0)