@@ -, +, @@ --- t/db_dependent/api/v1/holds.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/t/db_dependent/api/v1/holds.t +++ a/t/db_dependent/api/v1/holds.t @@ -315,7 +315,6 @@ subtest 'test AllowHoldPolicyOverride' => sub { Koha::CirculationRules->set_rules( { - categorycode => undef, itemtype => undef, branchcode => undef, rules => { @@ -511,4 +510,4 @@ subtest 'PUT /holds/{hold_id}/priority tests' => sub { is( $hold_3->discard_changes->priority, 3, 'Priority adjusted correctly' ); $schema->storage->txn_rollback; -}; +}; --