Bugzilla – Attachment 176846 Details for
Bug 38461
Table features needs to be covered by e2e tests using Cypress
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38461: (follow-up) Do not rely on biblio_id=1
Bug-38461-follow-up-Do-not-rely-on-biblioid1.patch (text/plain), 1.26 KB, created by
Jonathan Druart
on 2025-01-21 08:08:16 UTC
(
hide
)
Description:
Bug 38461: (follow-up) Do not rely on biblio_id=1
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-01-21 08:08:16 UTC
Size:
1.26 KB
patch
obsolete
>From a071a058f6c40a3d274538af0c5e0124d7715f8f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 38461
:
174877
|
174878
|
175004
|
175005
|
175006
|
175007
|
175008
|
175009
|
175010
|
175011
|
175015
|
175016
|
175179
|
175223
|
175224
|
175225
|
175226
|
175227
|
175228
|
175229
|
175230
|
175231
|
175232
|
175233
|
175234
|
175235
|
175289
|
175290
|
175291
|
175292
|
176082
|
176083
|
176084
|
176085
|
176086
|
176087
|
176088
|
176089
|
176090
|
176091
|
176092
|
176093
|
176793
| 176846 |
176902