mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +00:00
chore(core): Synchronize OIDC settings updates in multi main (#19360)
This commit is contained in:
@@ -76,6 +76,7 @@ describe('OIDC service', () => {
|
||||
};
|
||||
|
||||
await oidcService.updateConfig(newConfig);
|
||||
|
||||
const loadedConfig = await oidcService.loadConfig();
|
||||
|
||||
expect(loadedConfig.clientId).toEqual('test-client-id');
|
||||
|
||||
Reference in New Issue
Block a user