diff options
Diffstat (limited to 'internal/configuration/provider_test.go')
| -rw-r--r-- | internal/configuration/provider_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/configuration/provider_test.go b/internal/configuration/provider_test.go index f35cc2dbb..864eb55e4 100644 --- a/internal/configuration/provider_test.go +++ b/internal/configuration/provider_test.go @@ -89,7 +89,7 @@ func TestShouldHaveNotifier(t *testing.T) { func TestShouldConfigureRefreshIntervalDisable(t *testing.T) { testSetEnv(t, "SESSION_SECRET", "abc") testSetEnv(t, "STORAGE_MYSQL_PASSWORD", "abc") - testSetEnv(t, "JWT_SECRET", "abc") + testSetEnv(t, "IDENTITY_VALIDATION_RESET_PASSWORD_JWT_SECRET", "abc") testSetEnv(t, "AUTHENTICATION_BACKEND_LDAP_PASSWORD", "abc") val := schema.NewStructValidator() |
