diff --git a/t/Koha/Config.t b/t/Koha/Config.t index bfd45a3920..577f9e7d0f 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' }, }, },