Skip to content

Commit eb01230

Browse files
committed
Fix test and Lint
1 parent 9c44d67 commit eb01230

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/server/api/test/integration/cloud/project/project.service.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { encryptUtils, QueueMode } from '@openops/server-shared';
1+
import { encryptUtils } from '@openops/server-shared';
22
import { openOpsId } from '@openops/shared';
33
import { databaseConnection } from '../../../../src/app/database/database-connection';
44
import { projectService } from '../../../../src/app/project/project-service';
@@ -8,7 +8,7 @@ import {
88
} from '../../../helpers/mocks';
99

1010
beforeAll(async () => {
11-
await encryptUtils.loadEncryptionKey(QueueMode.MEMORY);
11+
encryptUtils.loadEncryptionKey();
1212
await databaseConnection().initialize();
1313
});
1414

0 commit comments

Comments
 (0)