Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: rahulii <[email protected]>
  • Loading branch information
rahulii committed Aug 9, 2024
1 parent 35e475b commit 1fbac6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/reconciler/parallel/resources/eventpolicy.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ func MakeEventPolicyForParallelChannel(p *flowsv1.Parallel, channel *eventingduc
From: []eventingv1alpha1.EventPolicySpecFrom{
{
Ref: &eventingv1alpha1.EventPolicyFromReference{
APIVersion: subscription.APIVersion,
Kind: subscription.Kind,
APIVersion: messagingv1.SchemeGroupVersion.String(),
Kind: "Subscription",
Name: subscription.Name,
Namespace: subscription.Namespace,
},
Expand Down

0 comments on commit 1fbac6a

Please sign in to comment.