Skip to content

Commit

Permalink
istio-integration-file fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaw4608 committed Jun 11, 2024
1 parent 6c97a3f commit f1fc80c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ var _ = Describe("AuthPolicy controller managing authorization policy", Ordered,
// has the correct target ref
Expect(iap.Spec.TargetRef.Group).To(Equal("gateway.networking.k8s.io"))
Expect(iap.Spec.TargetRef.Kind).To(Equal("Gateway"))
Expect(iap.Spec.TargetRef.Name).To(Equal(TestHTTPRouteName))
Expect(iap.Spec.TargetRef.Name).To(Equal(TestGatewayName))
Expect(iap.Spec.Rules).To(HaveLen(1))
Expect(iap.Spec.Rules[0].To).To(HaveLen(1))
Expect(iap.Spec.Rules[0].To[0].Operation).ShouldNot(BeNil())
Expand Down

0 comments on commit f1fc80c

Please sign in to comment.