diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2014-01-24 08:16:17 +0100 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2014-01-24 08:16:17 +0100 |
commit | e6130c03109219625b4c6917852f39237ca8482d (patch) | |
tree | 2e443c2c4c43d72cf991c9c568e636337f6ffbf8 | |
parent | da9864fb7236338dfbb48befd3e4facd4478dec0 (diff) |
test1514: Used the macros for host and port number
-rw-r--r-- | tests/data/test1514 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1514 b/tests/data/test1514 index eb5456011..4619a2068 100644 --- a/tests/data/test1514 +++ b/tests/data/test1514 @@ -38,7 +38,7 @@ http://%HOSTIP:%HTTPPORT/1514 # Content-Length header is not present <protocol> POST /1514 HTTP/1.1
-Host: 127.0.0.1:8990
+Host: %HOSTIP:%HTTPPORT
Accept: */*
Content-Type: application/x-www-form-urlencoded
Expect: 100-continue
|