mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Fix failing ssosettingimpl test (#86792)
Chore: Fix failing ssosetting test
This commit is contained in:
parent
173ba73a8a
commit
9553923eb7
@ -982,7 +982,7 @@ func TestService_Upsert(t *testing.T) {
|
||||
t.Run("returns error if a secret does not have the type string", func(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
env := setupTestEnv(t, false, false, nil)
|
||||
env := setupTestEnv(t, false, false, false)
|
||||
|
||||
provider := social.OktaProviderName
|
||||
settings := models.SSOSettings{
|
||||
@ -1074,7 +1074,7 @@ func TestService_Upsert(t *testing.T) {
|
||||
t.Run("run validation with all new and current secrets available in settings", func(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
env := setupTestEnv(t, false, false, nil)
|
||||
env := setupTestEnv(t, false, false, false)
|
||||
|
||||
provider := social.AzureADProviderName
|
||||
settings := models.SSOSettings{
|
||||
|
Loading…
Reference in New Issue
Block a user