From cccd03e875ea961e96b225a910ae1f55d0eb83be Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Fri, 15 Dec 2017 09:59:23 -0800 Subject: [PATCH] sharness: print gateway command that should be sanitized License: MIT Signed-off-by: Steven Allen --- test/sharness/t0110-gateway.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sharness/t0110-gateway.sh b/test/sharness/t0110-gateway.sh index adb2a3f78..fa04e7cff 100755 --- a/test/sharness/t0110-gateway.sh +++ b/test/sharness/t0110-gateway.sh @@ -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