Skip to content

Commit 8fcab5a

Browse files
committed
chore: fix test
1 parent 7cdb573 commit 8fcab5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/post-deploy.test.js

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ config();
2929
function getFetchOptions(path) {
3030
return {
3131
url: new URL(`https://adobe-commerce-api-ci.adobeaem.workers.dev${path}`),
32+
headers: {
33+
authorization: `bearer ${process.env.SUPERUSER_KEY}`,
34+
},
3235
cache: 'no-store',
3336
redirect: 'manual',
3437
};

0 commit comments

Comments
 (0)