mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
fix(test): add saml key to config.test.ts inline snapshots
Branch-level config schema now includes auth.saml.connections (default
{}), so getConfig surfaces it. Update the three inline snapshots that
serialize the full auth object to match.
This commit is contained in:
parent
f7a487f001
commit
90a9852c99
@ -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",
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user