diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2020-03-10 03:56:50 +0100 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2020-03-10 03:56:50 +0100 |
commit | 94ced8e368243fd53f8185d0cf1fbb5394f42ca6 (patch) | |
tree | bd8c51911c2edb4a31b0dc6c0bebf0c2a0ddee75 /tests/data/test490 | |
parent | 26c5ba0e653c22bc9313fc1d46019f0efd0091ce (diff) |
tests/data: fix static ip:port instead of dynamic values being used
Closes #5065
Diffstat (limited to 'tests/data/test490')
-rw-r--r-- | tests/data/test490 | 4 |
1 files changed, 2 insertions, 2 deletions
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! </strip> <protocol> 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
|