update gui
This commit is contained in:
@@ -30,12 +30,16 @@ func TestPortalTemplateExecutes(t *testing.T) {
|
||||
Enabled: true,
|
||||
}},
|
||||
Authorizations: []authorizationRecord{{
|
||||
ID: 1,
|
||||
CreatedBy: "taiadmin",
|
||||
ExpiresAt: time.Now().Add(time.Hour),
|
||||
Packages: "SentinelOne Linux Agent",
|
||||
Actions: "Install RMM",
|
||||
ID: 1,
|
||||
CreatedBy: "taiadmin",
|
||||
ExpiresAt: time.Now().Add(time.Hour),
|
||||
Packages: "SentinelOne Linux Agent",
|
||||
Actions: "Install RMM",
|
||||
PackageIDs: map[uint64]bool{1: true},
|
||||
ActionSlugs: map[string]bool{"install-rmm": true},
|
||||
}},
|
||||
DefaultDays: 7,
|
||||
MaxHostLimit: 25,
|
||||
})
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
|
||||
Reference in New Issue
Block a user