Commit cccd03e8 authored by Steven Allen's avatar Steven Allen

sharness: print gateway command that should be sanitized

License: MIT
Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
parent 958add6d
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment