diff --git a/Test/End-2-end/cypress/e2e/magento/applepay.cy.js b/Test/End-2-end/cypress/e2e/magento/applepay.cy.js index 926601a5016..a2b57db38c8 100644 --- a/Test/End-2-end/cypress/e2e/magento/applepay.cy.js +++ b/Test/End-2-end/cypress/e2e/magento/applepay.cy.js @@ -8,7 +8,7 @@ describe('Apple Pay', () => { cy.request('/.well-known/apple-developer-merchantid-domain-association') .then((response) => { expect(response.body).to.satisfy(body => body.startsWith('7B2270737')); - expect(response.body.trim()).to.satisfy(body => body.endsWith('837303533303738636562626638326462306561376633303030303030303030303030227D')); + expect(response.body.trim()).to.satisfy(body => body.endsWith('265373839353336646432646335323937366561613237663939333566386330353164393963303030303030303030303030227D')); }); }); });