Skip to content

Commit

Permalink
remove app.synth
Browse files Browse the repository at this point in the history
  • Loading branch information
watany-dev committed Oct 24, 2024
1 parent f958621 commit baddb09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,3 @@ customOacLambdaUrlHttpCall.assertions.httpApiCall(customOacFnUrl.url).expect(Exp
status: 403,
body: 'Forbidden',
}));

app.synth();
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,3 @@ lambdaUrlHttpCall.assertions.httpApiCall(fnUrl.url).expect(ExpectedResult.object
status: 403,
body: 'Forbidden',
}));

app.synth();

0 comments on commit baddb09

Please sign in to comment.