account-lookup-service 15.6.0-iso.7 → 15.6.0-snapshot.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/test/fixtures/iso.js
CHANGED
@@ -5,6 +5,7 @@ describe('TransformFacades Tests -->', () => {
|
|
5
5
|
test('should transform PUT /parties error callback payload to ISO format', async () => {
|
6
6
|
const body = errorCallbackResponseDto()
|
7
7
|
const headers = partiesCallHeadersDto()
|
8
|
+
TransformFacades.FSPIOP.configure({ logger: console, isTestingMode: true })
|
8
9
|
const isoPayload = await TransformFacades.FSPIOP.parties.putError({
|
9
10
|
body,
|
10
11
|
headers,
|