Commit b84b2b37 authored by Geoff Simmons's avatar Geoff Simmons

corrected a superfluous expectation in a test case -- tests should

expect successful response status, but Content-Length may or may not
be set in the response
parent e14cd521
......@@ -26,7 +26,7 @@ varnish v1 -vcl+backend {
client c1 {
txreq
rxresp
expect resp.http.content-length == 6
expect resp.status == 200
expect resp.http.foo == "XXX"
expect resp.http.bar == "YYY"
} -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