summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/proxyconfig.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/proxyconfig.t b/t/proxyconfig.t
index 233c592..8c9332c 100644
--- a/t/proxyconfig.t
+++ b/t/proxyconfig.t
@@ -167,7 +167,7 @@ my @holdbe = (); # avoid having the backends immediately disconnect and pollute
# host, and port arguments.
is(scalar @readable, 3, "all listeners became readable");
- like(<$watcher>, qr/ts=(\S+) gid=\d+ type=proxy_backend error=timeout name=\S+ port=11511/, "one backend timed out connecting");
+ like(<$watcher>, qr/ts=(\S+) gid=\d+ type=proxy_backend error=conntimeout name=\S+ port=11511/, "one backend timed out connecting");
like(<$watcher>, qr/ts=(\S+) gid=\d+ type=proxy_backend error=markedbad name=\S+ port=11511/, "backend was marked bad");
for my $msrv (@readable) {