Skip to content

Commit

Permalink
chore: add debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ru4l committed Jun 19, 2022
1 parent 495cea8 commit da996b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/tests/api/schema/publish.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,6 @@ test('CDN data can not be fetched with an invalid access token', async () => {
},
responseType: 'json',
});

console.log(cdnAccessResult);
expect(cdnResult.status).toEqual(403);
});

0 comments on commit da996b5

Please sign in to comment.