From a071a058f6c40a3d274538af0c5e0124d7715f8f Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 21 Jan 2025 09:07:28 +0100 Subject: [PATCH] Bug 38461: (follow-up) Do not rely on biblio_id=1 19:05:50 koha_1 | "error": "Basic authentication disabled" We don't need to pass the auth in this request, we are authenticated already. --- 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 f5f10146dbe..bfe4b3228f2 100644 --- a/t/cypress/integration/KohaTable_spec.ts +++ b/t/cypress/integration/KohaTable_spec.ts @@ -569,10 +569,6 @@ describe("Hit all tables", () => { cy.request({ method: "POST", url: "/api/v1/biblios", - auth: { - username: "koha", - password: "koha", - }, headers: { "Content-Type": "application/marc-in-json", "x-confirm-not-duplicate": 1, -- 2.34.1