mirror of https://github.com/docker/cli.git
fixup! Add completion for `--pid`
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
3bc177b8ac
commit
33d3246a37
|
@ -79,7 +79,7 @@ func TestParseRunLinks(t *testing.T) {
|
|||
t.Fatalf("Error parsing links. Expected []string{\"a:b\", \"c:d\"}, received: %v", hostConfig.Links)
|
||||
}
|
||||
if _, hostConfig, _ := mustParse(t, ""); len(hostConfig.Links) != 0 {
|
||||
t.Fatalf("Error parsing links. No link expectedCompletions, received: %v", hostConfig.Links)
|
||||
t.Fatalf("Error parsing links. No link expected, received: %v", hostConfig.Links)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue