Skip to content

Commit

Permalink
Fix e2e tests in CI env
Browse files Browse the repository at this point in the history
  • Loading branch information
timokoessler committed Jan 3, 2025
1 parent 3944c71 commit de25f51
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions end2end/tests/lambda-mongodb.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ t.test("it does not block by default", async (t) => {
}
);

t.same(
stderr,
"Aikido: Running in monitoring only mode without reporting to Aikido Cloud. Set AIKIDO_BLOCK=true to enable blocking.\n"
);
t.same(stderr, "");
t.same(JSON.parse(stdout.toString().split("\n").slice(2).join("\n")), {
statusCode: 200,
headers: {
Expand Down

0 comments on commit de25f51

Please sign in to comment.