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/test492 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/data/test492') diff --git a/tests/data/test492 b/tests/data/test492 index 12edd8bc0..ddb0405ef 100644 --- a/tests/data/test492 +++ b/tests/data/test492 @@ -53,7 +53,7 @@ second 492 contents PUT /one/first492 HTTP/1.1 -Host: 127.0.0.1:8990 +Host: %HOSTIP:%HTTPPORT Accept: */* Testno: 492 Content-Length: 19 @@ -61,7 +61,7 @@ Expect: 100-continue first 492 contents PUT /two/first492 HTTP/1.1 -Host: 127.0.0.1:8990 +Host: %HOSTIP:%HTTPPORT Accept: */* Testno: 492 Content-Length: 19 @@ -69,7 +69,7 @@ Expect: 100-continue first 492 contents PUT /one/second492 HTTP/1.1 -Host: 127.0.0.1:8990 +Host: %HOSTIP:%HTTPPORT Accept: */* Testno: 492 Content-Length: 20 @@ -77,7 +77,7 @@ Expect: 100-continue second 492 contents PUT /two/second492 HTTP/1.1 -Host: 127.0.0.1:8990 +Host: %HOSTIP:%HTTPPORT Accept: */* Testno: 492 Content-Length: 20 -- cgit v1.2.3