sharness: print gateway command that should be sanitized

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
Steven Allen 2017-12-15 09:59:23 -08:00
parent 958add6d9f
commit cccd03e875

View File

@ -161,7 +161,7 @@ for cmd in add \
update \
bitswap
do
test_expect_success "test gateway api is sanitized" '
test_expect_success "test gateway api is sanitized: $cmd" '
test_curl_resp_http_code "http://127.0.0.1:$port/api/v0/$cmd" "HTTP/1.1 404 Not Found"
'
done