diff options
Diffstat (limited to 'tests/data/test1204')
-rw-r--r-- | tests/data/test1204 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/data/test1204 b/tests/data/test1204 index d2f06b68e..50738011c 100644 --- a/tests/data/test1204 +++ b/tests/data/test1204 @@ -61,17 +61,16 @@ http://%HOSTIP:%HTTPPORT/1204 -u testuser:testpass --anyauth # Verify data after the test has been "shot" <verify> -<strip> -^User-Agent:.* -</strip> <protocol> GET /1204 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
+User-Agent: curl/%VERSION
Accept: */*
GET /1204 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Authorization: Basic dGVzdHVzZXI6dGVzdHBhc3M=
+User-Agent: curl/%VERSION
Accept: */*
</protocol> |