Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow committed Sep 29, 2023
1 parent 4beca03 commit ac25334
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions test/unit/lib/config.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,21 @@ const mockDefaultFile = {
FSPIOP_SOURCE_TO_SIGN: 'switch',
JWS_SIGNING_KEY_PATH: 'secrets/jwsSigningKey.key'
}
},
INSTRUMENTATION: {
METRICS: {
DISABLED: false,
labels: {
fspId: '*'
},
config: {
timeout: 5000,
prefix: 'moja_qs_',
defaultLabels: {
serviceName: 'quoting-service'
}
}
}
}
}

Expand Down

0 comments on commit ac25334

Please sign in to comment.