https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30661 --- Comment #19 from Johanna Räisä <johanna.raisa@koha-suomi.fi> --- (In reply to David Nind from comment #18)
(In reply to Johanna Räisä from comment #17)
(In reply to David Nind from comment #16)
Tests are still failing for me 8-(:
prove t/db_dependent/api/v1/holds.t t/db_dependent/api/v1/holds.t .. 9/16 ... Interesting, I fetched main branch today and added the code on it. My tests go through, are you on main branch?
Using KTD - pulled everything (Koha clone, KTD clone, KTD pull). Tests pass before applying the patches.
# Failed test '403 Forbidden' # at t/db_dependent/api/v1/holds.t line 1624. # got: '404' # expected: '403' This indicates that the endpoints are not in place, since there is 404 error instead of 403. My koha-dev is installed to my computer and endpoints work after plack restart. Can you restart plack or is it done automatically? -- You are receiving this mail because: You are watching all bug changes.