Bug 20415: Remove UseKohaPlugins system preference
[koha.git] / t / db_dependent / Koha / Plugins / Patron.t
index b337897..22bf9b2 100644 (file)
@@ -40,7 +40,6 @@ BEGIN {
 my $schema  = Koha::Database->new->schema;
 my $builder = t::lib::TestBuilder->new;
 
-t::lib::Mocks::mock_preference( 'UseKohaPlugins', 1 );
 t::lib::Mocks::mock_config( 'enable_plugins', 1 );
 
 subtest 'check_password hook tests' => sub {