ci(core): Avoid slow bcrypt calls in tests (no-changelog) (#8570)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-02-07 17:56:02 +01:00
committed by GitHub
parent b79d6749d5
commit 40eee3aa49
3 changed files with 10 additions and 8 deletions

View File

@@ -47,7 +47,7 @@ const testServer = utils.setupTestServer({
});
beforeAll(async () => {
owner = await createUser({ role: 'global:owner', password: 'password' });
owner = await createUser({ role: 'global:owner' });
authOwnerAgent = testServer.authAgentFor(owner);
defaultLdapConfig.bindingAdminPassword = Container.get(Cipher).encrypt(