mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Fix e2e mock dev license expiration (#6488)
This commit is contained in:
parent
77ee213407
commit
d88133d466
3 changed files with 3 additions and 3 deletions
|
|
@ -128,7 +128,7 @@ const getConfig = {
|
|||
tier: "premium",
|
||||
organization: "development-only",
|
||||
device_count: 100,
|
||||
expiration: "2022-06-30T20:00:00-04:00",
|
||||
expiration: "2099-06-30T20:00:00-04:00",
|
||||
note: "for development only",
|
||||
},
|
||||
logging: {
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@ const getConfig = {
|
|||
tier: "premium",
|
||||
organization: "development-only",
|
||||
device_count: 100,
|
||||
expiration: "2022-06-30T20:00:00-04:00",
|
||||
expiration: "2099-06-30T20:00:00-04:00",
|
||||
note: "for development only",
|
||||
},
|
||||
logging: {
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@ const getConfig = {
|
|||
tier: "premium",
|
||||
organization: "development-only",
|
||||
device_count: 100,
|
||||
expiration: "2022-06-30T20:00:00-04:00",
|
||||
expiration: "2099-06-30T20:00:00-04:00",
|
||||
note: "for development only",
|
||||
},
|
||||
logging: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue