SCIM: Add group sync config option to test infra (#104007)

SCIM: Add group sync flag to test infra
pull/104017/head
colin-stuart 3 months ago committed by GitHub
parent 4aa7d67edd
commit 7b8b88adad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      pkg/tests/testinfra/testinfra.go

@ -499,6 +499,8 @@ func CreateGrafDir(t *testing.T, opts GrafanaOpts) (string, string) {
require.NoError(t, err)
_, err = scimSection.NewKey("user_sync_enabled", "true")
require.NoError(t, err)
_, err = scimSection.NewKey("group_sync_enabled", "true")
require.NoError(t, err)
}
dbSection, err := getOrCreateSection("database")

Loading…
Cancel
Save