Skip to content

Commit 378e220

Browse files
committed
wildcard
Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>
1 parent a7f4805 commit 378e220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/epp/common/config/configloader_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ func (f *test1) Name() string {
468468
}
469469

470470
// Filter filters out pods that doesn't meet the filter criteria.
471-
func (f *test1) Filter(ctx context.Context, cycleState *types.CycleState, request *types.LLMRequest, pods []types.Pod) []types.Pod {
471+
func (f *test1) Filter(_ context.Context, _ *types.CycleState, _ *types.LLMRequest, pods []types.Pod) []types.Pod {
472472
return pods
473473
}
474474

@@ -486,7 +486,7 @@ func (m *test2) Score(_ context.Context, _ *types.CycleState, _ *types.LLMReques
486486
return map[types.Pod]float64{}
487487
}
488488

489-
func (m *test2) PostCycle(_ context.Context, _ *types.CycleState, res *types.ProfileRunResult) {}
489+
func (m *test2) PostCycle(_ context.Context, _ *types.CycleState, _ *types.ProfileRunResult) {}
490490

491491
// compile-time type validation
492492
var _ framework.Picker = &testPicker{}

0 commit comments

Comments
 (0)