Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahalsmiller committed May 17, 2022
1 parent bebe26d commit acb8458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/server/k8s_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1557,7 +1557,7 @@ func createGatewayClass(ctx context.Context, t *testing.T, cfg *envconf.Config,
},
ServiceType: serviceType(core.ServiceTypeNodePort),
DeploySpec: apigwv1alpha1.DeploySpec{
Instances: defaultInstances,
Instances: &defaultInstances,
},
ConsulSpec: apigwv1alpha1.ConsulSpec{
Address: hostRoute,
Expand Down

0 comments on commit acb8458

Please sign in to comment.