Skip to content

Commit

Permalink
fix: fixed the test
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimanyubabbar committed Jun 21, 2024
1 parent 331b122 commit 18b3864
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/__tests__/user_transformation.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2020,6 +2020,8 @@ describe("Python transformations", () => {
);
});

});


it("Simple transformation run - error requests", async () => {
const inputData = require(`./data/${integration}_input.json`);
Expand Down Expand Up @@ -2071,5 +2073,7 @@ describe("Python transformations", () => {
await expect(async () => {
await userTransformHandler(inputData, versionId, []);
}).rejects.toThrow(RespStatusError);

});

});

0 comments on commit 18b3864

Please sign in to comment.