Skip to content

Commit

Permalink
Temporarily always check logs
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Sep 8, 2023
1 parent 4338f34 commit 09802bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/integration/test-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ exports.shouldBehaveLikeIntegration = function() {
.expect('Content-Type', /json/)
.end(() => {
// In the AWS case, we have no logs
if (this.logs === "") {
return done();
}
// if (this.logs === "") {
// return done();
// }
// Should only log once
const matchCount = (this.logs.match(/"statusCode":200/g) || []).length;
if (matchCount !==1) {
Expand Down

0 comments on commit 09802bb

Please sign in to comment.