diff --git a/t/db_dependent/Koha/REST/Plugin/Objects.t b/t/db_dependent/Koha/REST/Plugin/Objects.t index 263e6aa68a..22af4e6aec 100755 --- a/t/db_dependent/Koha/REST/Plugin/Objects.t +++ b/t/db_dependent/Koha/REST/Plugin/Objects.t @@ -153,7 +153,7 @@ get '/my_patrons/:patron_id' => sub { }; # The tests -use Test::More tests => 18; +use Test::More tests => 19; use Test::Mojo; use t::lib::Mocks;