From 550bc76328e97244a009be5402f951e8ebea70c3 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 30 Oct 2023 09:00:31 -0300 Subject: [PATCH] Bug 31393: Tidy Signed-off-by: Tomas Cohen Arazi (cherry picked from commit f1bbdee7ac8a49a5ba85686d8a0edb59efecc8ba) Signed-off-by: Fridolin Somers --- t/Koha/Config.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/t/Koha/Config.t b/t/Koha/Config.t index 9f21bdfc2a..30c756fae5 100755 --- a/t/Koha/Config.t +++ b/t/Koha/Config.t @@ -134,9 +134,9 @@ subtest 'read_from_file() tests' => sub { 'shibboleth' => { 'autocreate' => '1', 'matchpoint' => 'userid', - 'mapping' => { - 'userid' => { 'is' => 'uid' }, - 'branchcode' => { 'content' => 'MAIN', 'is' => 'MAIN' }, + 'mapping' => { + 'userid' => { 'is' => 'uid' }, + 'branchcode' => { 'content' => 'MAIN', 'is' => 'MAIN' }, 'categorycode' => { 'content' => 'STAFF' }, }, }, -- 2.20.1