From 94ced8e368243fd53f8185d0cf1fbb5394f42ca6 Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Tue, 10 Mar 2020 03:56:50 +0100 Subject: tests/data: fix static ip:port instead of dynamic values being used Closes #5065 --- tests/data/test490 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/data/test490') diff --git a/tests/data/test490 b/tests/data/test490 index a3383a9d1..86ebb0112 100644 --- a/tests/data/test490 +++ b/tests/data/test490 @@ -50,14 +50,14 @@ surprise! PUT /490 HTTP/1.1 -Host: 127.0.0.1:8990 +Host: %HOSTIP:%HTTPPORT Accept: */* Content-Length: 10 Expect: 100-continue surprise! PUT /490 HTTP/1.1 -Host: 127.0.0.1:8990 +Host: %HOSTIP:%HTTPPORT Accept: */* Content-Length: 10 Expect: 100-continue -- cgit v1.2.3