From 845c1bae63d595506994dfe0f485d764d12bd48e Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 3 Feb 2020 16:45:27 +0100 Subject: [PATCH] Bug 18936: (QA follow-up) Fix failing test in api/v1/holds.t MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Joonas Kylmälä Signed-off-by: Martin Renvoize --- 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.20.1