Skip to content

Commit 15a42d7

Browse files
committed
feedback
1 parent 8aadee0 commit 15a42d7

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

cmd/installer/cli/install_test.go

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -456,25 +456,6 @@ func Test_verifyLicense(t *testing.T) {
456456
},
457457
},
458458
},
459-
{
460-
name: "license with 100 year expiration, with release",
461-
useRelease: true,
462-
license: &kotsv1beta1.License{
463-
Spec: kotsv1beta1.LicenseSpec{
464-
AppSlug: "embedded-cluster-smoke-test-staging-app",
465-
ChannelID: "2cHXb1RCttzpR0xvnNWyaZCgDBP",
466-
IsEmbeddedClusterDownloadEnabled: true,
467-
Entitlements: map[string]kotsv1beta1.EntitlementField{
468-
"expires_at": {
469-
Value: kotsv1beta1.EntitlementValue{
470-
Type: kotsv1beta1.String,
471-
StrVal: "2124-06-03T00:00:00Z",
472-
},
473-
},
474-
},
475-
},
476-
},
477-
},
478459
{
479460
name: "embedded cluster not enabled, with release",
480461
useRelease: true,

0 commit comments

Comments
 (0)