diff --git a/t/db_dependent/Koha/REST/Plugin/Objects.t b/t/db_dependent/Koha/REST/Plugin/Objects.t index 4b86ad5aff..35b16f9329 100755 --- a/t/db_dependent/Koha/REST/Plugin/Objects.t +++ b/t/db_dependent/Koha/REST/Plugin/Objects.t @@ -77,7 +77,7 @@ get '/biblios' => sub { # The tests -use Test::More tests => 10; +use Test::More tests => 11; use Test::Mojo; use t::lib::Mocks;