I am wrting integration tests for the flow user add carts.
when I trigger addToCartWorkflow inside integration test, it throws Sales channel [id] is not associated with any stock locations
but when I check stock locations vs sales channels, they are already linked.
[{"id":"sloc_01JKX9FN8B299P5JVY2MDP5CFS","sales_channels":[{"id":"sc_01JKX9FN72R1791NASHD7W6X0W"}]}]
error message: Sales channel sc_01JKX9FN72R1791NASHD7W6X0W is not associated with any stock locations.
This is pretty weird and wanna get a help to fix this issue asap.