Merge pull request #4341 from jbartosik/fix-test
Fix cluster feeder test
This commit is contained in:
commit
bb860357f6
|
|
@ -399,7 +399,7 @@ func TestClusterStateFeeder_InitFromHistoryProvider(t *testing.T) {
|
|||
pod1: &pod1History,
|
||||
},
|
||||
}
|
||||
clusterState := model.NewClusterState()
|
||||
clusterState := model.NewClusterState(testGcPeriod)
|
||||
feeder := clusterStateFeeder{
|
||||
clusterState: clusterState,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue