Skip to content

Commit b91fa6d

Browse files
committed
Tests updated due to use of new EPP Handle APIs
Signed-off-by: Shmuel Kallner <[email protected]>
1 parent ae67b79 commit b91fa6d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkg/epp/common/config/loader/configloader_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -326,11 +326,11 @@ func TestLoadSchedulerConfig(t *testing.T) {
326326
}
327327

328328
func registerNeededPlgugins() {
329-
plugins.Register(filter.LowQueueFilterName, filter.LowQueueFilterFactory)
330-
plugins.Register(prefix.PrefixCachePluginName, prefix.PrefixCachePluginFactory)
331-
plugins.Register(picker.MaxScorePickerName, picker.MaxScorePickerFactory)
332-
plugins.Register(picker.RandomPickerName, picker.RandomPickerFactory)
333-
plugins.Register(profile.SingleProfileHandlerName, profile.SingleProfileHandlerFactory)
329+
plugins.Register(filter.LowQueueFilterType, filter.LowQueueFilterFactory)
330+
plugins.Register(prefix.PrefixCachePluginType, prefix.PrefixCachePluginFactory)
331+
plugins.Register(picker.MaxScorePickerType, picker.MaxScorePickerFactory)
332+
plugins.Register(picker.RandomPickerType, picker.RandomPickerFactory)
333+
plugins.Register(profile.SingleProfileHandlerType, profile.SingleProfileHandlerFactory)
334334
}
335335

336336
// The following multi-line string constants, cause false positive lint errors (dupword)

0 commit comments

Comments
 (0)