View | Details | Raw Unified | Return to bug 35568
Collapse All | Expand All

(-)a/t/db_dependent/Koha/REST/Plugin/PluginRoutes.t (-1 / +2 lines)
Lines 47-52 $logger->mock('error', sub { Link Here
47
my $schema  = Koha::Database->new->schema;
47
my $schema  = Koha::Database->new->schema;
48
my $builder = t::lib::TestBuilder->new;
48
my $builder = t::lib::TestBuilder->new;
49
49
50
t::lib::Mocks::mock_preference( 'NotifyPasswordChange', undef );
51
50
subtest 'Bad plugins tests' => sub {
52
subtest 'Bad plugins tests' => sub {
51
53
52
    plan tests => 3;
54
    plan tests => 3;
53
- 

Return to bug 35568