Skip to content

Commit

Permalink
test: remove unused test logic
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Aug 23, 2023
1 parent ba06c54 commit e7ed465
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -810,12 +810,7 @@ it("throws if a non-2xx response is returned even after retrying", async (ctx) =
*/
const testTolerance = 100;

const queryResponse = prismicM.api.query({ seed: ctx.task.name });

mockPrismicRestAPIV2({
ctx,
queryResponse,
});
mockPrismicRestAPIV2({ ctx });

const client = createTestClient();

Expand Down

0 comments on commit e7ed465

Please sign in to comment.