https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22522
Kyle M Hall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #55 from Kyle M Hall <[email protected]> --- (In reply to Jonathan Druart from comment #54) > All the API related tests are failing for 18.11 and 19.05 (maybe 19.11 as > well, I have just requested a new run 19.11_D9 #156). > > Could that be related to this change? I think so. At least, they are failing for me on koha-testing-docker, presumably because the Mojo version is too new. - my $spec = $c->match->endpoint->pattern->defaults->{'openapi.op_spec'}; + my $spec = $c->openapi->spec || $c->match->endpoint->pattern->defaults->{'openapi.op_spec'}; Fixes it for me. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
