ListContainer filter

This commit is contained in:
jhadvig
2014-09-29 23:38:31 +02:00
parent 8469a3435e
commit 9b21053188
3 changed files with 11 additions and 10 deletions

View File

@@ -62,7 +62,7 @@ func TestGetContainerID(t *testing.T) {
ID: "foobar",
}
dockerContainers, err := GetKubeletDockerContainers(fakeDocker)
dockerContainers, err := GetKubeletDockerContainers(fakeDocker, false)
if err != nil {
t.Errorf("Expected no error, Got %#v", err)
}