https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17032 --- Comment #2 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- 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.