]> git.koha-community.org Git - koha.git/commit
Bug 28211: Fix test
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 19 Oct 2021 07:25:25 +0000 (09:25 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 19 Oct 2021 07:25:25 +0000 (09:25 +0200)
commitddef2c6a0d727feaf2c1c92e19ff5e6ef7e19ab1
treedc80ef564580c9f1c12c0b927dea05d44d7ad86e
parentc9151d4c1d182a58ac3c3ec38538b009c8b1b88a
Bug 28211: Fix test

    #   Failed test 'Plugin enabled, route defined'
    #   at t/db_dependent/Koha/REST/Plugin/PluginRoutes.t line 125.
    # Looks like you failed 1 test of 2.

105         $good_plugin = $plugin
106             if $plugin->{metadata}->{description} eq 'Test plugin';

The wrong plugin was considered the good one.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/lib/Koha/Plugin/TestItemBarcodeTransform.pm