mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
Fix expected output in test due to linter-induced change on error string
Signed-off-by: Tibor Vass <tibor@docker.com>
Upstream-commit: 03a36f9d50
Component: cli
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user