Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] ... #259

Open
kdomachowski opened this issue Feb 19, 2024 · 0 comments
Open

[BUG] ... #259

kdomachowski opened this issue Feb 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kdomachowski
Copy link
Collaborator

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 kdomachowski added the bug Something isn't working label Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant