https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30194 --- Comment #11 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 131501 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131501&action=edit Bug 30194: (follow-up) Remove invalid tests This patch removes tests for the wrong 'Accept' header situation. It is the only thing I found I could do. The situation is: the JSON::Validator + Mojolicious::Plugin::OpenAPI is trapping this case and returning its own error code (400) and it also builds its own message! So no point testing it, as it can change again. I post it as a separate patch just in case someone finds a better way to handle this and obsoletes the patch :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.