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/test1293 | |
parent | 26c5ba0e653c22bc9313fc1d46019f0efd0091ce (diff) |
tests/data: fix static ip:port instead of dynamic values being used
Closes #5065
Diffstat (limited to 'tests/data/test1293')
-rw-r--r-- | tests/data/test1293 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1293 b/tests/data/test1293 index 11a28a326..e2143d103 100644 --- a/tests/data/test1293 +++ b/tests/data/test1293 @@ -52,7 +52,7 @@ s/boundary=------------------------[a-z0-9]*/boundary=-------------------------- </strippart> <protocol> POST /1293 HTTP/1.1
-Host: 127.0.0.1:8990
+Host: %HOSTIP:%HTTPPORT
Accept: */*
Content-Length: 126
Content-Type: multipart/form-data; boundary=----------------------------
|