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/test2078 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test2078') diff --git a/tests/data/test2078 b/tests/data/test2078 index 99bc2dbee..51ace296a 100644 --- a/tests/data/test2078 +++ b/tests/data/test2078 @@ -43,7 +43,7 @@ http://%HOSTIP:%HTTPPORT/2078 -u : --negotiate --data name=value POST /2078 HTTP/1.1 -Host: 127.0.0.1:8990 +Host: %HOSTIP:%HTTPPORT Accept: */* Content-Length: 10 Content-Type: application/x-www-form-urlencoded -- cgit v1.2.3