Skip to content

Feat/df 623 payment 2 #1350

Feat/df 623 payment 2

Feat/df 623 payment 2 #1350

Triggered via pull request January 22, 2026 15:31
Status Failure
Total duration 3m 12s
Artifacts 3

check-pull-request.yml

on: pull_request
Matrix: build
Matrix: tasks
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

24 errors and 1 warning
Unit tests (Node 24)
Process completed with exit code 1.
getPersonalisation › should return the machine output 2: src/server/plugins/engine/outputFormatters/machine/v2.test.ts#L309
expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 1 @@ -1,10 +1,11 @@ Object { "files": Object {}, "main": Object { "orderType": "delivery", }, + "payments": Object {}, "repeaters": Object { "pizza": Array [ Object { "quantity": 2, "toppings": "Ham", at Object.toEqual (src/server/plugins/engine/outputFormatters/machine/v2.test.ts:309:29)
getPersonalisation › should return the machine output: src/server/plugins/engine/outputFormatters/machine/v2.test.ts#L272
expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 1 @@ -15,10 +15,11 @@ }, "main": Object { "exampleField": "hello world", "exampleField2": "hello world", }, + "payments": Object {}, "repeaters": Object { "exampleRepeat": Array [ Object { "subItem1_1": "hello world", "subItem1_2": "hello world", at Object.toEqual (src/server/plugins/engine/outputFormatters/machine/v2.test.ts:272:29)
Schema validation › formAdapterSubmissionMessagePayloadSchema › should validate payload without versionMetadata: src/server/plugins/engine/types/schema.test.ts#L214
expect(received).toBeUndefined() Received: [ValidationError: "data.payments" is not allowed] at Object.toBeUndefined (src/server/plugins/engine/types/schema.test.ts:214:21)
Schema validation › formAdapterSubmissionMessagePayloadSchema › should validate payload with versionMetadata: src/server/plugins/engine/types/schema.test.ts#L208
expect(received).toBeUndefined() Received: [ValidationError: "data.payments" is not allowed] at Object.toBeUndefined (src/server/plugins/engine/types/schema.test.ts:208:21)
Schema validation › formAdapterSubmissionMessagePayloadSchema › should validate complete payload: src/server/plugins/engine/types/schema.test.ts#L176
expect(received).toBeUndefined() Received: [ValidationError: "data.payments" is not allowed] at Object.toBeUndefined (src/server/plugins/engine/types/schema.test.ts:176:21)
Schema validation › formAdapterSubmissionMessageDataSchema › should validate valid data object: src/server/plugins/engine/types/schema.test.ts#L136
expect(received).toBeUndefined() Received: [ValidationError: "payments" is not allowed] at Object.toBeUndefined (src/server/plugins/engine/types/schema.test.ts:136:21)
Adapter v1 formatter › should return the adapter v1 output with complete formMetadata: src/server/plugins/engine/outputFormatters/adapter/v1.test.ts#L247
expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 1 @@ -15,10 +15,11 @@ }, "main": Object { "exampleField": "hello world", "exampleField2": "hello world", }, + "payments": Object {}, "repeaters": Object { "exampleRepeat": Array [ Object { "subItem1_1": "hello world", "subItem1_2": "hello world", at Object.toEqual (src/server/plugins/engine/outputFormatters/adapter/v1.test.ts:247:29)
Unit tests (Node 22)
Process completed with exit code 1.
Schema validation › formAdapterSubmissionMessagePayloadSchema › should validate payload without versionMetadata: src/server/plugins/engine/types/schema.test.ts#L214
expect(received).toBeUndefined() Received: [ValidationError: "data.payments" is not allowed] at Object.toBeUndefined (src/server/plugins/engine/types/schema.test.ts:214:21)
Schema validation › formAdapterSubmissionMessagePayloadSchema › should validate payload with versionMetadata: src/server/plugins/engine/types/schema.test.ts#L208
expect(received).toBeUndefined() Received: [ValidationError: "data.payments" is not allowed] at Object.toBeUndefined (src/server/plugins/engine/types/schema.test.ts:208:21)
Schema validation › formAdapterSubmissionMessagePayloadSchema › should validate complete payload: src/server/plugins/engine/types/schema.test.ts#L176
expect(received).toBeUndefined() Received: [ValidationError: "data.payments" is not allowed] at Object.toBeUndefined (src/server/plugins/engine/types/schema.test.ts:176:21)
Schema validation › formAdapterSubmissionMessageDataSchema › should validate valid data object: src/server/plugins/engine/types/schema.test.ts#L136
expect(received).toBeUndefined() Received: [ValidationError: "payments" is not allowed] at Object.toBeUndefined (src/server/plugins/engine/types/schema.test.ts:136:21)
getPersonalisation › should return the machine output 2: src/server/plugins/engine/outputFormatters/machine/v2.test.ts#L309
expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 1 @@ -1,10 +1,11 @@ Object { "files": Object {}, "main": Object { "orderType": "delivery", }, + "payments": Object {}, "repeaters": Object { "pizza": Array [ Object { "quantity": 2, "toppings": "Ham", at Object.toEqual (src/server/plugins/engine/outputFormatters/machine/v2.test.ts:309:29)
getPersonalisation › should return the machine output: src/server/plugins/engine/outputFormatters/machine/v2.test.ts#L272
expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 1 @@ -15,10 +15,11 @@ }, "main": Object { "exampleField": "hello world", "exampleField2": "hello world", }, + "payments": Object {}, "repeaters": Object { "exampleRepeat": Array [ Object { "subItem1_1": "hello world", "subItem1_2": "hello world", at Object.toEqual (src/server/plugins/engine/outputFormatters/machine/v2.test.ts:272:29)
Adapter v1 formatter › should return the adapter v1 output with complete formMetadata: src/server/plugins/engine/outputFormatters/adapter/v1.test.ts#L247
expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 1 @@ -15,10 +15,11 @@ }, "main": Object { "exampleField": "hello world", "exampleField2": "hello world", }, + "payments": Object {}, "repeaters": Object { "exampleRepeat": Array [ Object { "subItem1_1": "hello world", "subItem1_2": "hello world", at Object.toEqual (src/server/plugins/engine/outputFormatters/adapter/v1.test.ts:247:29)
Unit tests (Node 23)
Process completed with exit code 1.
getPersonalisation › should return the machine output 2: src/server/plugins/engine/outputFormatters/machine/v2.test.ts#L309
expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 1 @@ -1,10 +1,11 @@ Object { "files": Object {}, "main": Object { "orderType": "delivery", }, + "payments": Object {}, "repeaters": Object { "pizza": Array [ Object { "quantity": 2, "toppings": "Ham", at Object.toEqual (src/server/plugins/engine/outputFormatters/machine/v2.test.ts:309:29)
getPersonalisation › should return the machine output: src/server/plugins/engine/outputFormatters/machine/v2.test.ts#L272
expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 1 @@ -15,10 +15,11 @@ }, "main": Object { "exampleField": "hello world", "exampleField2": "hello world", }, + "payments": Object {}, "repeaters": Object { "exampleRepeat": Array [ Object { "subItem1_1": "hello world", "subItem1_2": "hello world", at Object.toEqual (src/server/plugins/engine/outputFormatters/machine/v2.test.ts:272:29)
Schema validation › formAdapterSubmissionMessagePayloadSchema › should validate payload without versionMetadata: src/server/plugins/engine/types/schema.test.ts#L214
expect(received).toBeUndefined() Received: [ValidationError: "data.payments" is not allowed] at Object.toBeUndefined (src/server/plugins/engine/types/schema.test.ts:214:21)
Schema validation › formAdapterSubmissionMessagePayloadSchema › should validate payload with versionMetadata: src/server/plugins/engine/types/schema.test.ts#L208
expect(received).toBeUndefined() Received: [ValidationError: "data.payments" is not allowed] at Object.toBeUndefined (src/server/plugins/engine/types/schema.test.ts:208:21)
Schema validation › formAdapterSubmissionMessagePayloadSchema › should validate complete payload: src/server/plugins/engine/types/schema.test.ts#L176
expect(received).toBeUndefined() Received: [ValidationError: "data.payments" is not allowed] at Object.toBeUndefined (src/server/plugins/engine/types/schema.test.ts:176:21)
Schema validation › formAdapterSubmissionMessageDataSchema › should validate valid data object: src/server/plugins/engine/types/schema.test.ts#L136
expect(received).toBeUndefined() Received: [ValidationError: "payments" is not allowed] at Object.toBeUndefined (src/server/plugins/engine/types/schema.test.ts:136:21)
Adapter v1 formatter › should return the adapter v1 output with complete formMetadata: src/server/plugins/engine/outputFormatters/adapter/v1.test.ts#L247
expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 1 @@ -15,10 +15,11 @@ }, "main": Object { "exampleField": "hello world", "exampleField2": "hello world", }, + "payments": Object {}, "repeaters": Object { "exampleRepeat": Array [ Object { "subItem1_1": "hello world", "subItem1_2": "hello world", at Object.toEqual (src/server/plugins/engine/outputFormatters/adapter/v1.test.ts:247:29)
Vulnerability warning
This version of the SonarQube Scanner GitHub Action is no longer supported and contains a security vulnerability. Please update your workflow to use sonarsource/sonarqube-scan-action@v6 for the latest security patches and features. For more information visit https://community.sonarsource.com/gha-v6-update

Artifacts

Produced during runtime
Name Size Digest
Unit tests coverage (Node 22) Expired
743 KB
sha256:2d947e9ff821d29d9055d0bc3dc9c7c071bc5070d540416fea383295252997c2
Unit tests coverage (Node 23) Expired
743 KB
sha256:876edb749703bfcb34cc8761debaca213c335922618d2ddf27d4150afc330f5b
Unit tests coverage (Node 24) Expired
743 KB
sha256:e673a0269128d597f707387d4a4a78837c9b17d000d9448eb477c14ad9f6da3e