Skip to content

Commit

Permalink
removed useless test function
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Facchetti committed Mar 24, 2022
1 parent 39973db commit 0ee530f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pkg/gateway/linkid_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 0ee530f

Please sign in to comment.