Skip to content

Commit 1eb4f7b

Browse files
test failure (#3629)
1 parent 82e8e36 commit 1eb4f7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/template-retail-react-app/app/hooks/use-einstein.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ describe('EinsteinAPI', () => {
230230
'Content-Type': 'application/json',
231231
'x-cq-client-id': 'test-id'
232232
},
233-
body: '{"products":[{"id":"682875719029M","price":29.99,"quantity":1}],"amount":29.99,"cookieId":"test-usid","realm":"test","instanceType":"sbx"}'
233+
body: '{"products":[{"id":"682875719029M","price":29.99,"quantity":1}],"amount":29.99,"checkoutType":"traditional","cookieId":"test-usid","realm":"test","instanceType":"sbx"}'
234234
}
235235
)
236236
})
@@ -249,7 +249,7 @@ describe('EinsteinAPI', () => {
249249
'Content-Type': 'application/json',
250250
'x-cq-client-id': 'test-id'
251251
},
252-
body: '{"stepName":"CheckoutStep","stepNumber":0,"basketId":"f6bbeee30fb93c2f94213f60f8","cookieId":"test-usid","realm":"test","instanceType":"sbx"}'
252+
body: '{"stepName":"CheckoutStep","stepNumber":0,"basketId":"f6bbeee30fb93c2f94213f60f8","checkoutType":"traditional","cookieId":"test-usid","realm":"test","instanceType":"sbx"}'
253253
}
254254
)
255255
})

0 commit comments

Comments
 (0)