From 76f5ec182122d256b585a3369616f6243178f51f Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 13 Jan 2020 09:22:20 +0000 Subject: [PATCH] Bug 15142: (RM follow-up) Fix tests We removed the su-ut facet from zebra config for UNIMARC as it makes no sense for that case, but we neglected to remove it form the test that checks the config response. Signed-off-by: Martin Renvoize Signed-off-by: Joy Nelson --- t/db_dependent/Search.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/t/db_dependent/Search.t b/t/db_dependent/Search.t index af1ffc05c8..60da046249 100644 --- a/t/db_dependent/Search.t +++ b/t/db_dependent/Search.t @@ -960,8 +960,7 @@ sub run_unimarc_search_tests { 'location' => { 'label_value' => "Location" }, 'se' => { 'label_value' => "Series" }, 'su-geo' => { 'label_value' => "Places" }, - 'su-to' => { 'label_value' => "Topics" }, - 'su-ut' => { 'label_value' => "Titles" } + 'su-to' => { 'label_value' => "Topics" } }; delete $expected_facets_info_unimarc->{holdingbranch} if Koha::Libraries->count == 1; -- 2.20.1