diff --git a/apps/e2e/tests/js/config.test.ts b/apps/e2e/tests/js/config.test.ts index 512a91e3a..5ada1652f 100644 --- a/apps/e2e/tests/js/config.test.ts +++ b/apps/e2e/tests/js/config.test.ts @@ -130,6 +130,7 @@ describe("getConfig", () => { "otp": { "allowSignIn": false }, "passkey": { "allowSignIn": false }, "password": { "allowSignIn": true }, + "saml": { "connections": {} }, "signUpRules": {}, "signUpRulesDefaultAction": "allow", }, @@ -159,6 +160,7 @@ describe("updateConfig", () => { "otp": { "allowSignIn": false }, "passkey": { "allowSignIn": false }, "password": { "allowSignIn": true }, + "saml": { "connections": {} }, "signUpRules": {}, "signUpRulesDefaultAction": "allow", } @@ -179,6 +181,7 @@ describe("updateConfig", () => { "otp": { "allowSignIn": false }, "passkey": { "allowSignIn": false }, "password": { "allowSignIn": true }, + "saml": { "connections": {} }, "signUpRules": {}, "signUpRulesDefaultAction": "allow", }