Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dsumer committed Nov 28, 2023
1 parent 81e98a6 commit 4129c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clockodo.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ describe("Clockodo (instance)", () => {
describe("getOvertimeReductions()", () => {
it("correctly builds getOvertimeReductions() request", async () => {
const nockScope = nock(CLOCKODO_API)
.get("/overtimeReductions?users_id=17&year=2028")
.get("/v2/overtimeReductions?users_id=17&year=2028")
.reply(200, {});

await clockodo.getOvertimeReductions({ usersId: 17, year: 2028 });
Expand Down

0 comments on commit 4129c21

Please sign in to comment.