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

(-)a/t/db_dependent/Koha/REST/Plugin/Objects.t (-2 / +1 lines)
Lines 77-83 get '/biblios' => sub { Link Here
77
77
78
78
79
# The tests
79
# The tests
80
use Test::More tests => 10;
80
use Test::More tests => 11;
81
use Test::Mojo;
81
use Test::Mojo;
82
82
83
use t::lib::Mocks;
83
use t::lib::Mocks;
84
- 

Return to bug 27353