From d5019b3c8d4d0d0d1afa9dfb6ca0850fc6473668 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 3 Feb 2020 16:45:27 +0100 Subject: [PATCH] Bug 18936: Fix failing test in api/v1/holds.t MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Joonas Kylmälä --- t/db_dependent/api/v1/holds.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/t/db_dependent/api/v1/holds.t b/t/db_dependent/api/v1/holds.t index ba90b29f75..95c70e00ad 100644 --- a/t/db_dependent/api/v1/holds.t +++ b/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; -}; \ No newline at end of file +}; -- 2.11.0