Merge pull request #4341 from jbartosik/fix-test

Fix cluster feeder test
This commit is contained in:
Kubernetes Prow Robot 2021-09-17 09:13:00 -07:00 committed by GitHub
commit bb860357f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ func TestClusterStateFeeder_InitFromHistoryProvider(t *testing.T) {
pod1: &pod1History,
},
}
clusterState := model.NewClusterState()
clusterState := model.NewClusterState(testGcPeriod)
feeder := clusterStateFeeder{
clusterState: clusterState,
}