summaryrefslogtreecommitdiff
path: root/tests/data/test2
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test2')
-rw-r--r--tests/data/test27
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/data/test2 b/tests/data/test2
index 8d2cf87d8..80e47b082 100644
--- a/tests/data/test2
+++ b/tests/data/test2
@@ -29,7 +29,7 @@ http
HTTP GET with user and password
</name>
<command>
- -u fake:user http://%HOSTIP:%HTTPPORT/2
+ -u fake:user http://%HOSTIP:%HTTPPORT/%TESTNUMBER
</command>
</client>
@@ -37,15 +37,12 @@ HTTP GET with user and password
# Verify data after the test has been "shot"
<verify>
<protocol>
-GET /2 HTTP/1.1
+GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Authorization: Basic ZmFrZTp1c2Vy
User-Agent: curl/%VERSION
Accept: */*
</protocol>
-<data>
-[insert full protocol verifiction dump here]
-</data>
</verify>
</testcase>