From b2391f85c8ade9157cd4f8886f1718a42f0e3c59 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 22 Jan 2025 12:09:59 +0100 Subject: [PATCH] Bug 38461: (follow-up 2) Do not rely on biblio_id=1 --- t/cypress/integration/KohaTable_spec.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/t/cypress/integration/KohaTable_spec.ts b/t/cypress/integration/KohaTable_spec.ts index bfe4b3228f2..55eeffb0a02 100644 --- a/t/cypress/integration/KohaTable_spec.ts +++ b/t/cypress/integration/KohaTable_spec.ts @@ -580,10 +580,6 @@ describe("Hit all tables", () => { cy.request({ method: "POST", url: `/api/v1/biblios/${biblio_id}/items`, - auth: { - username: "koha", - password: "koha", - }, headers: { "Content-Type": "application/json", }, -- 2.34.1