From ccd7c398e78dea7e04e5eedb8f63820233d807eb Mon Sep 17 00:00:00 2001 From: Kasper Birch Date: Thu, 14 Nov 2024 13:14:49 +0100 Subject: [PATCH] Update `reservation` to use `holdingsLogistics/v1` No need to update fixtures as no holdings in `material/holdings.json` are necessary for this test. --- src/components/reservation/reservation.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/reservation/reservation.test.ts b/src/components/reservation/reservation.test.ts index cb4cea4144..9533a533a9 100644 --- a/src/components/reservation/reservation.test.ts +++ b/src/components/reservation/reservation.test.ts @@ -9,7 +9,7 @@ describe("Reservation", () => { }); cy.interceptRest({ aliasName: "holdings", - url: "**/agencyid/catalog/holdings/**", + url: "**/agencyid/catalog/holdingsLogistics/**", fixtureFilePath: "material/holdings.json" }); cy.interceptRest({