Merge pull request #4656 from rsokolowski/broken-test

Fix broken kubelet_test.go.
This commit is contained in:
Wojciech Tyczynski 2015-02-20 13:10:29 +01:00
commit 4c87805870

View File

@ -931,7 +931,7 @@ func TestSyncPodBadHash(t *testing.T) {
t.Errorf("unexpected error: %v", err)
}
verifyCalls(t, fakeDocker, []string{"list", "stop", "list", "create", "start", "stop", "create", "start"})
verifyCalls(t, fakeDocker, []string{"list", "stop", "list", "create", "start", "stop", "create", "start", "inspect_container"})
// A map interation is used to delete containers, so must not depend on
// order here.