Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
NiniOak committed Jan 17, 2024
1 parent a1efde0 commit a44ef05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions control-plane/subcommand/gateway-resources/command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (

"github.com/hashicorp/consul-k8s/control-plane/api/mesh/v2beta1"
"github.com/hashicorp/consul-k8s/control-plane/api/v1alpha1"
pbmesh "github.com/hashicorp/consul/proto-public/pbmesh/v2beta1"
meshv2beta1 "github.com/hashicorp/consul/proto-public/pbmesh/v2beta1"
)

func TestRun_flagValidation(t *testing.T) {
Expand Down Expand Up @@ -573,7 +573,7 @@ func TestRun_loadGatewayConfigs(t *testing.T) {
Name: "mesh-gateway",
Namespace: "consul",
},
Spec: pbmesh.MeshGateway{
Spec: meshv2beta1.MeshGateway{
GatewayClassName: "consul-mesh-gateway",
},
}
Expand Down

0 comments on commit a44ef05

Please sign in to comment.