Merge branch 'fixtest' into 'main'
Fixtest See merge request v3/service/configuration!28
This commit is contained in:
commit
7f8fb38046
|
@ -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",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@mobicoop/configuration",
|
||||
"version": "2.2.0",
|
||||
"version": "2.2.1",
|
||||
"description": "Mobicoop V3 Configuration Service",
|
||||
"author": "sbriat",
|
||||
"private": true,
|
||||
|
|
|
@ -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();
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue