@@ -, +, @@ --- t/db_dependent/api/v1.t | 1 + 1 file changed, 1 insertion(+) --- a/t/db_dependent/api/v1.t +++ a/t/db_dependent/api/v1.t @@ -23,6 +23,7 @@ use Test::Warn; use t::lib::Mocks; use Koha::Exceptions; +use DBIx::Class::Exception; use Log::Log4perl; use Mojolicious::Lite; --