Skip to content

Commit

Permalink
Update reservation to use holdingsLogistics/v1
Browse files Browse the repository at this point in the history
No need to update fixtures as no holdings in `material/holdings.json` are necessary for this test.
  • Loading branch information
kasperbirch1 committed Nov 14, 2024
1 parent eeae52e commit ccd7c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/reservation/reservation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe("Reservation", () => {
});
cy.interceptRest({
aliasName: "holdings",
url: "**/agencyid/catalog/holdings/**",
url: "**/agencyid/catalog/holdingsLogistics/**",
fixtureFilePath: "material/holdings.json"
});
cy.interceptRest({
Expand Down

0 comments on commit ccd7c39

Please sign in to comment.