Skip to content

Commit 62e26c9

Browse files
committed
fix webhook tests
1 parent 29eaaab commit 62e26c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/webhook/pod_webhook_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ func TestModifyPodBasedMutatingWebhook(t *testing.T) {
193193
},
194194
"mixed framework types": {
195195
configuration: kueue.KueueConfiguration{
196-
Integrations: kueue.Integrations{Frameworks: []kueue.KueueIntegration{kueue.KueueIntegrationBatchJob}},
196+
Integrations: kueue.Integrations{Frameworks: []kueue.KueueIntegration{kueue.KueueIntegrationPod, kueue.KueueIntegrationRayJob}},
197197
},
198198
oldWebhook: &admissionregistrationv1.MutatingWebhookConfiguration{
199199
Webhooks: []admissionregistrationv1.MutatingWebhook{

0 commit comments

Comments
 (0)