Commit 0d999ed 1 parent 485e429 commit 0d999ed Copy full SHA for 0d999ed
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ type userSyncConfig struct {
69
69
70
70
// AdminGroupPrefix The prefix of the admin group email address.
71
71
// TODO: change default value to nais-admins (or something similar) and rename existing groups
72
- AdminGroupPrefix string `env:"USERSYNC_ADMIN_GROUP_PREFIX,default=console -admins"`
72
+ AdminGroupPrefix string `env:"USERSYNC_ADMIN_GROUP_PREFIX,default=nais -admins"`
73
73
}
74
74
75
75
// costConfig is the configuration for the cost service
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
23
23
func TestSync (t * testing.T ) {
24
24
const (
25
25
domain = "example.com"
26
- adminGroupPrefix = "console -admins"
26
+ adminGroupPrefix = "nais -admins"
27
27
numRunsToPersist = 5
28
28
)
29
29
You can’t perform that action at this time.
0 commit comments