mirror of https://github.com/docker/cli.git
Fix expected output in test due to linter-induced change on error string
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
ae84e6dd5e
commit
03a36f9d50
|
@ -32,7 +32,7 @@ func TestNewSaveCommandErrors(t *testing.T) {
|
||||||
name: "output to terminal",
|
name: "output to terminal",
|
||||||
args: []string{"output", "file", "arg1"},
|
args: []string{"output", "file", "arg1"},
|
||||||
isTerminal: true,
|
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",
|
name: "ImageSave fail",
|
||||||
|
|
Loading…
Reference in New Issue