Browse Source

Bug 18936: (QA follow-up) Fix failing test in api/v1/holds.t

Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
20.05.x
Jonathan Druart 4 years ago
committed by Martin Renvoize
parent
commit
845c1bae63
Signed by: martin.renvoize GPG Key ID: 422B469130441A0F
  1. 3
      t/db_dependent/api/v1/holds.t

3
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;
};
};

Loading…
Cancel
Save