Skip to content

Commit

Permalink
removed test.only
Browse files Browse the repository at this point in the history
  • Loading branch information
thetif committed Jan 16, 2025
1 parent cc38ed7 commit f530f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lambda/getPackageActions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe("getPackageActions Handler", () => {
expect(res.body).toEqual(JSON.stringify({ actions: [] }));
});

it.only("should return 200 with available actions if authorized and package is found and has app-k", async () => {
it("should return 200 with available actions if authorized and package is found and has app-k", async () => {
const event = {
body: JSON.stringify({ id: INITIAL_RELEASE_APPK_ITEM_ID }),
requestContext: getRequestContext(),
Expand Down

0 comments on commit f530f44

Please sign in to comment.