https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38253 --- Comment #16 from Johanna Räisä <johanna.raisa@koha-suomi.fi> --- (In reply to Katrin Fischer from comment #15)
(In reply to Johanna Räisä from comment #14)
(In reply to Katrin Fischer from comment #13)
I am sorry, this fails the xt/api.t .. 1/6 # Failed test 'No errors in 400 definitions in the spec' # at xt/api.t line 168. # got: '2' # expected: '0' put /holds/{hold_id}/lowest_priority -> 'description' does not start with 'Bad request': (Default response.) put /holds/{hold_id}/lowest_priority -> '$ref' is not '#/definitions/error': (#/definitions/DefaultResponse) # Looks like you failed 1 test of 1.
Please check.
I added this on top of main and I didn't get this, the holds.t passes and that xt/api.t. Could this be a build issue?
Did you run yarn build? It will update the specification. Then the test should fail.
I did perl build-resources.PL. Should I do something else? -- You are receiving this mail because: You are watching all bug changes.