Fix broken kubelet_test.go.

pull/6/head
rsokolowski 2015-02-20 11:20:12 +01:00
parent efac150039
commit e81ef667c2
1 changed files with 1 additions and 1 deletions

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.