mirror of https://github.com/docker/cli.git
fixed the output leak from error test case for config/remove
Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
This commit is contained in:
parent
feeeb2c550
commit
006b9b126d
|
@ -77,6 +77,7 @@ func TestConfigRemoveContinueAfterError(t *testing.T) {
|
||||||
|
|
||||||
cmd := newConfigRemoveCommand(cli)
|
cmd := newConfigRemoveCommand(cli)
|
||||||
cmd.SetArgs(names)
|
cmd.SetArgs(names)
|
||||||
|
cmd.SetOutput(ioutil.Discard)
|
||||||
assert.EqualError(t, cmd.Execute(), "error removing config: foo")
|
assert.EqualError(t, cmd.Execute(), "error removing config: foo")
|
||||||
assert.Equal(t, names, removedConfigs)
|
assert.Equal(t, names, removedConfigs)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue