Merge branch 'fixtest' into 'main'

Fixtest

See merge request v3/service/configuration!28
This commit is contained in:
Sylvain Briat 2023-10-27 12:46:27 +00:00
commit 7f8fb38046
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -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",

View File

@ -1,6 +1,6 @@
{
"name": "@mobicoop/configuration",
"version": "2.2.0",
"version": "2.2.1",
"description": "Mobicoop V3 Configuration Service",
"author": "sbriat",
"private": true,

View File

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