Commit b0e6629a authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Revert "Fix test temporarily"

This reverts commit 54e7d45b.

However instead of reverting to the previous domain, I picked a
different one that I hope will not turn out controversial.
parent a553431c
...@@ -85,7 +85,7 @@ varnish v1 -errvcl {Regexp compilation error:} { ...@@ -85,7 +85,7 @@ varnish v1 -errvcl {Regexp compilation error:} {
varnish v1 -errvcl {resolves to too many addresses} { varnish v1 -errvcl {resolves to too many addresses} {
backend b { .host = "127.0.0.1"; } backend b { .host = "127.0.0.1"; }
sub vcl_recv { sub vcl_recv {
if (remote.ip == "www.varnish-cache.org") {} if (remote.ip == "fastly.com") {}
} }
} }
......
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