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