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(); })