Chore: Fix failing ssosettingimpl test (#86792)

Chore: Fix failing ssosetting test
This commit is contained in:
Kristin Laemmert 2024-04-23 11:36:34 -04:00 committed by GitHub
parent 173ba73a8a
commit 9553923eb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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{