Remove word "fail" from tests
Signed-off-by: Tibor Vass <tibor@docker.com> Upstream-commit: aadb6289ccd84b9997a43c8b74b2948236f30e76 Component: engine
This commit is contained in:
@ -193,7 +193,7 @@ func TestLinksNotStartedParentNotFail(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatal(out, err)
|
||||
}
|
||||
logDone("link - container start not failing on updating stopped parent links")
|
||||
logDone("link - container start successfully updating stopped parent links")
|
||||
}
|
||||
|
||||
func TestLinksHostsFilesInject(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user