https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17032
--- Comment #2 from Jonathan Druart <[email protected]> --- Comment on attachment 53936 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=53936 Bug 17032: Make sure Swagger object definition is up-to-date with Koha-object Review of attachment 53936: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=17032&attachment=53936) ----------------------------------------------------------------- ::: t/db_dependent/api/v1/swagger/definitions.t @@ +72,5 @@ > + > + $name = "Koha::" . ucfirst $name; > + > + return eval { > + Module::Load::load($name); The correct way to do that is to use Module::Load::Conditional. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
