From d134a04b605505bdce6267147b5bd9fc3871e976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?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=UTF-8 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ä --- 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.11.0