@@ -, +, @@ 90 if ( $self->is_found ) { # We can't suspend found holds --- t/db_dependent/api/v1/holds.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/t/db_dependent/api/v1/holds.t +++ a/t/db_dependent/api/v1/holds.t @@ -392,7 +392,7 @@ subtest 'suspend and resume tests' => sub { my $hold = $builder->build_object( { class => 'Koha::Holds', - value => { suspend => 0, suspend_until => undef, waitingdate => undef } + value => { suspend => 0, suspend_until => undef, waitingdate => undef, found => undef } } ); --