From 250b84ee8820d5ac28f223ef3affdffeff7ee026 Mon Sep 17 00:00:00 2001 From: Riyaz Faizullabhoy Date: Mon, 30 Oct 2017 10:48:48 +0100 Subject: [PATCH] update integration-cli tests for stderr output Signed-off-by: Riyaz Faizullabhoy --- components/engine/integration-cli/trust_server_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/integration-cli/trust_server_test.go b/components/engine/integration-cli/trust_server_test.go index 19abe87196..39e7c0717e 100644 --- a/components/engine/integration-cli/trust_server_test.go +++ b/components/engine/integration-cli/trust_server_test.go @@ -41,7 +41,7 @@ const notaryHost = "localhost:4443" const notaryURL = "https://" + notaryHost var SuccessTagging = icmd.Expected{ - Out: "Tagging", + Err: "Tagging", } var SuccessSigningAndPushing = icmd.Expected{