From 83bc7fbbe098608ec37bd76f451d053bac286cdf Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 10 Apr 2018 11:51:53 -0700 Subject: [PATCH] Revert "update integration-cli tests for stderr output" This reverts commit d5f8753b884085b96d9d828771ba23adf7d6700a. Signed-off-by: Sebastiaan van Stijn --- 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 937babdaa7..f312083ee3 100644 --- a/components/engine/integration-cli/trust_server_test.go +++ b/components/engine/integration-cli/trust_server_test.go @@ -40,7 +40,7 @@ const notaryHost = "localhost:4443" const notaryURL = "https://" + notaryHost var SuccessTagging = icmd.Expected{ - Err: "Tagging", + Out: "Tagging", } var SuccessSigningAndPushing = icmd.Expected{