Skip to content

Commit 681742a

Browse files
committed
fixed build failure
1 parent 1d01ef5 commit 681742a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pkg/epp/util/testing/wrappers.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,7 @@ func MakeXInferencePool(name string) *XInferencePoolWrapper {
227227
ObjectMeta: metav1.ObjectMeta{
228228
Name: name,
229229
},
230-
Spec: v1alpha2.InferencePoolSpec{
231-
EndpointPickerConfig: v1alpha2.EndpointPickerConfig{
232-
ExtensionRef: &v1alpha2.Extension{},
233-
},
234-
},
230+
Spec: v1alpha2.InferencePoolSpec{},
235231
},
236232
}
237233
}

0 commit comments

Comments
 (0)