diff --git a/package-lock.json b/package-lock.json index 4ecd3d6..44e0b18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mobicoop/configuration", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mobicoop/configuration", - "version": "2.2.0", + "version": "2.2.1", "license": "AGPL", "dependencies": { "@grpc/grpc-js": "^1.9.7", diff --git a/package.json b/package.json index d345ff1..b88110b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mobicoop/configuration", - "version": "2.2.0", + "version": "2.2.1", "description": "Mobicoop V3 Configuration Service", "author": "sbriat", "private": true, diff --git a/src/modules/configuration/tests/unit/interface/get-configuration.grpc.controller.spec.ts b/src/modules/configuration/tests/unit/interface/get-configuration.grpc.controller.spec.ts index e5d4dc1..a55cc2b 100644 --- a/src/modules/configuration/tests/unit/interface/get-configuration.grpc.controller.spec.ts +++ b/src/modules/configuration/tests/unit/interface/get-configuration.grpc.controller.spec.ts @@ -9,7 +9,7 @@ import { Test, TestingModule } from '@nestjs/testing'; const mockQueryBus = { execute: jest .fn() - .mockImplementationOnce(() => '200d61a8-d878-4378-a609-c19ea71633d2') + .mockImplementationOnce(() => '3') .mockImplementationOnce(() => { throw new NotFoundException(); })