Skip to content

Commit

Permalink
Fix missing fields in experimental conformance suite setup
Browse files Browse the repository at this point in the history
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
  • Loading branch information
sunjayBhatia committed Jul 18, 2023
1 parent cce5287 commit 97196b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conformance/utils/suite/experimental_suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ func NewExperimentalConformanceTestSuite(s ExperimentalConformanceOptions) (*Exp

suite.ConformanceTestSuite = ConformanceTestSuite{
Client: s.Client,
Clientset: s.Clientset,
RESTClient: s.RESTClient,
RestConfig: s.RestConfig,
RoundTripper: roundTripper,
GatewayClassName: s.GatewayClassName,
Debug: s.Debug,
Expand Down

0 comments on commit 97196b3

Please sign in to comment.