mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
refactor(core): Port SSO config (#17044)
This commit is contained in:
@@ -18,7 +18,10 @@ const testServer = utils.setupTestServer({ endpointGroups: ['me'] });
|
||||
|
||||
beforeEach(async () => {
|
||||
await testDb.truncate(['User']);
|
||||
mockInstance(GlobalConfig, { publicApi: { disabled: false } });
|
||||
mockInstance(GlobalConfig, {
|
||||
publicApi: { disabled: false },
|
||||
sso: { saml: { loginEnabled: true } },
|
||||
});
|
||||
});
|
||||
|
||||
describe('Owner shell', () => {
|
||||
|
||||
Reference in New Issue
Block a user