From 3e580599f0bc624ce5ed3531feb015144fac7fc2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Joonas=20Kylm=C3=A4l=C3=A4?= Date: Mon, 3 Feb 2020 15:25:09 +0000 Subject: [PATCH] Bug 18936: (QA follow-up) Fix failing test MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Using categorycode as a scope is not possible for any of these rules so lets remove it. Signed-off-by: Joonas Kylmälä Signed-off-by: Martin Renvoize --- t/db_dependent/Koha/Libraries.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/db_dependent/Koha/Libraries.t b/t/db_dependent/Koha/Libraries.t index f8345b2a5e..7c3cd78eff 100644 --- a/t/db_dependent/Koha/Libraries.t +++ b/t/db_dependent/Koha/Libraries.t @@ -95,7 +95,6 @@ subtest 'pickup_locations' => sub { { branchcode => undef, itemtype => undef, - categorycode => undef, rules => { holdallowed => 2, hold_fulfillment_policy => 'any', -- 2.20.1