diff options
Diffstat (limited to 'src/testcurl/test_digestauth.c')
-rw-r--r-- | src/testcurl/test_digestauth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/test_digestauth.c b/src/testcurl/test_digestauth.c index 42ddd874..61b5b647 100644 --- a/src/testcurl/test_digestauth.c +++ b/src/testcurl/test_digestauth.c | |||
@@ -216,7 +216,7 @@ _checkCURLE_OK_func (CURLcode code, const char *curlFunc, | |||
216 | /* Could be increased to facilitate debugging */ | 216 | /* Could be increased to facilitate debugging */ |
217 | #define TIMEOUTS_VAL 5 | 217 | #define TIMEOUTS_VAL 5 |
218 | 218 | ||
219 | #define MHD_URI_BASE_PATH "/bar%20foo?key=value" | 219 | #define MHD_URI_BASE_PATH "/bar%20foo%20without%20args" |
220 | 220 | ||
221 | #define PAGE \ | 221 | #define PAGE \ |
222 | "<html><head><title>libmicrohttpd demo</title></head><body>Access granted</body></html>" | 222 | "<html><head><title>libmicrohttpd demo</title></head><body>Access granted</body></html>" |