b2c-crm-sync icon indicating copy to clipboard operation
b2c-crm-sync copied to clipboard

[BUG] ...

Open kdomachowski opened this issue 4 months ago • 0 comments

Describe the bug When running the command npm run crm-sync:test:b2c it generates 4 errors with the following pattern:

`

  1. int_b2ccrmsync/cartridge/scripts/b2ccrmsync/models/customer updateSyncResponseText should save response text in the profile custom attribute if this is the first time the response text is saved and so the custom attribute is undefined:

    AssertionError: expected 52 to equal 1

    • expected - actual

    -52 +1

    at Context. (test/b2c/int_b2ccrmsync/scripts/models/customer.test.js:222:82) at processImmediate (internal/timers.js:464:21) `

That goes back to a data type change (set-of-string to text) that has been implemented a few months ago. The unit tests need to be fixed.

kdomachowski avatar Feb 19 '24 15:02 kdomachowski