diff options
| author | James Elliott <james-d-elliott@users.noreply.github.com> | 2023-10-30 05:43:25 +1100 |
|---|---|---|
| committer | James Elliott <james-d-elliott@users.noreply.github.com> | 2024-03-04 20:29:11 +1100 |
| commit | 85562a2465218273161cf9240ffebfe2ba6b187f (patch) | |
| tree | a4d1ad1f62a5536056e2d169e9e896eedc071b35 /internal/configuration/provider_test.go | |
| parent | b5f63fde3b1cef156de4ca968939c6dafd1f88fb (diff) | |
refactor: misc fixes
This implements misc fixes as part of one of our betas.
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
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() |
