View | Details | Raw Unified | Return to bug 38461
Collapse All | Expand All

(-)a/t/cypress/integration/KohaTable_spec.ts (-5 lines)
Lines 569-578 describe("Hit all tables", () => { Link Here
569
                            cy.request({
569
                            cy.request({
570
                                method: "POST",
570
                                method: "POST",
571
                                url: "/api/v1/biblios",
571
                                url: "/api/v1/biblios",
572
                                auth: {
573
                                    username: "koha",
574
                                    password: "koha",
575
                                },
576
                                headers: {
572
                                headers: {
577
                                    "Content-Type": "application/marc-in-json",
573
                                    "Content-Type": "application/marc-in-json",
578
                                    "x-confirm-not-duplicate": 1,
574
                                    "x-confirm-not-duplicate": 1,
579
- 

Return to bug 38461