mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-22 10:57:42 +08:00
sharness: print gateway command that should be sanitized
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
parent
958add6d9f
commit
cccd03e875
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user