diff --git a/pkg/gateway/linkid_test.go b/pkg/gateway/linkid_test.go index 5691957b419..fea408e8c60 100644 --- a/pkg/gateway/linkid_test.go +++ b/pkg/gateway/linkid_test.go @@ -15,14 +15,6 @@ import ( mock_metrics "github.com/Azure/ARO-RP/pkg/util/mocks/metrics" ) -type gatewayTestData struct { - expectedErr error - host string - idParam string - expectedId string - expectedIsAllowed bool -} - func TestGatewayVerification(t *testing.T) { mockController := gomock.NewController(t) defer mockController.Finish()