Skip to content

Commit

Permalink
Fixed override URL
Browse files Browse the repository at this point in the history
  • Loading branch information
cikzh committed Jul 26, 2024
1 parent c4663b1 commit 0b27d70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ describe("Test PollingStationChoiceForm", () => {
});

test("Polling station list no stations", async () => {
overrideOnce("get", "/api/polling_stations/1", 200, {
overrideOnce("get", "/api/elections/1/polling_stations", 200, {
polling_stations: [],
});
const user = userEvent.setup();
Expand Down

0 comments on commit 0b27d70

Please sign in to comment.