@cryptotaxi247 / kubo / commits / cccd03e87

sharness: print gateway command that should be sanitized

License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>

Steven Allen committed Dec 15, 2017 at 09:59 UTC cccd03e875ea961e96b225a910ae1f55d0eb83be
1 file changed +1 -1
test/sharness/t0110-gateway.sh
+1 -1
@@ -161,7 +161,7 @@ for cmd in add \
161 update \
162 bitswap
163 do
164 - test_expect_success "test gateway api is sanitized" '
164 + test_expect_success "test gateway api is sanitized: $cmd" '
165 test_curl_resp_http_code "http://127.0.0.1:$port/api/v0/$cmd" "HTTP/1.1 404 Not Found"
166 '
167 done