mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(core): Update some packages to address CVE-2022-29622 (no-changelog) (#8877)
This commit is contained in:
committed by
GitHub
parent
a678e8570b
commit
71f1b23771
@@ -497,7 +497,7 @@ describe('POST /login', () => {
|
||||
|
||||
expect(response.statusCode).toBe(200);
|
||||
expect(response.headers['set-cookie']).toBeDefined();
|
||||
expect(response.headers['set-cookie'][0] as string).toContain('n8n-auth=');
|
||||
expect(response.headers['set-cookie'][0]).toContain('n8n-auth=');
|
||||
|
||||
// Make sure the changes in the "LDAP server" were persisted in the database
|
||||
const localLdapIdentities = await getLdapIdentities();
|
||||
|
||||
Reference in New Issue
Block a user