From 9ce2cd0d411b4f3eb4c40bdd03a5e075af549acc Mon Sep 17 00:00:00 2001 From: Tibor Vass Date: Wed, 3 May 2017 19:26:45 -0700 Subject: [PATCH] Fix expected output in test due to linter-induced change on error string Signed-off-by: Tibor Vass Upstream-commit: 03a36f9d50365c37dfee4c8110636ed31f1f5ec1 Component: cli --- components/cli/cli/command/image/save_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/cli/command/image/save_test.go b/components/cli/cli/command/image/save_test.go index df34b3591d..d137dc92f9 100644 --- a/components/cli/cli/command/image/save_test.go +++ b/components/cli/cli/command/image/save_test.go @@ -32,7 +32,7 @@ func TestNewSaveCommandErrors(t *testing.T) { name: "output to terminal", args: []string{"output", "file", "arg1"}, isTerminal: true, - expectedError: "Cowardly refusing to save to a terminal. Use the -o flag or redirect.", + expectedError: "cowardly refusing to save to a terminal. Use the -o flag or redirect", }, { name: "ImageSave fail",