Skip to content

Commit

Permalink
uncommented additional test which was accidentally removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ssh51117 committed Feb 15, 2024
1 parent 0f6857e commit e975967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverless/stacks/AppStack.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ it("Check Appstack for User Endpoints", async () => {
app.stack(AppStack);
// THEN
const template = Template.fromStack(getStack(AppStack));
//template.hasOutput("CreateUserFunctionName", Object);
template.hasOutput("CreateUserFunctionName", Object);
template.hasOutput("GetUserFunctionName", Object);
template.hasOutput("DeleteUserFunctionName", Object);
});

0 comments on commit e975967

Please sign in to comment.