Skip to content

Commit

Permalink
remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Oct 8, 2024
1 parent fec8777 commit 8378ebe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/test/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ type Utils struct {
validator token.ValidatorInterface
}

const radixDNSZone = "fakezone.radix.com"

// NewTestUtils Constructor
func NewTestUtils(kubeClient *kubernetesfake.Clientset, radixClient *radixclientfake.Clientset, kedaClient *kedafake.Clientset, secretProviderClient *secretsstorevclientfake.Clientset, certClient *certclientfake.Clientset, validator *authnmock.MockValidatorInterface, controllers ...models.Controller) Utils {
return Utils{
Expand Down

0 comments on commit 8378ebe

Please sign in to comment.