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. 1
      t/db_dependent/api/v1/holds.t

1
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 => {

Loading…
Cancel
Save