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

(-)a/t/cypress/integration/KohaTable_spec.ts (-5 lines)
Lines 580-589 describe("Hit all tables", () => { Link Here
580
                                cy.request({
580
                                cy.request({
581
                                    method: "POST",
581
                                    method: "POST",
582
                                    url: `/api/v1/biblios/${biblio_id}/items`,
582
                                    url: `/api/v1/biblios/${biblio_id}/items`,
583
                                    auth: {
584
                                        username: "koha",
585
                                        password: "koha",
586
                                    },
587
                                    headers: {
583
                                    headers: {
588
                                        "Content-Type": "application/json",
584
                                        "Content-Type": "application/json",
589
                                    },
585
                                    },
590
- 

Return to bug 38461