Skip to content
This repository was archived by the owner on Feb 25, 2022. It is now read-only.

Commit 41d7824

Browse files
committed
test(post-deploy): add more debug logging
1 parent 6e8f776 commit 41d7824

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/post-deploy.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ describe('Post-Deploy Tests', () => {
3737
.request('https://adobeioruntime.net/')
3838
.get(`${getbaseurl()}/https://blogs.adobe.com/psirt/?feed=atom`)
3939
.then((response) => {
40+
console.log(response);
4041
expect(response).to.have.status(200);
4142
expect(response).to.be.json;
4243
console.log(response.json);

0 commit comments

Comments
 (0)