Skip to content

Commit

Permalink
fix: license check tests (#10216)
Browse files Browse the repository at this point in the history
  • Loading branch information
stoksc authored Nov 20, 2024
1 parent b198238 commit 6885a34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 68 deletions.
5 changes: 0 additions & 5 deletions master/internal/license/license.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
package license

const (
licenseRequiredMsg = "An enterprise license is required to use this feature"
errCheckingLicense = "error when validating license"
)

// licenseKey stores the MLDE licenseKey if provided, else defaulting to no licenseKey.
var licenseKey string

Expand Down
63 changes: 0 additions & 63 deletions master/internal/license/license_test.go

This file was deleted.

0 comments on commit 6885a34

Please sign in to comment.