Bug 21105: (follow-up) Regression tests
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 15 Nov 2021 10:44:14 +0000 (11:44 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 15 Nov 2021 11:38:39 +0000 (12:38 +0100)
Mock KohaAdminEmailAddress in case it differs from the default value

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/OAI/Server.t

index 030c5093e21bd60032e7ac7c8a66011a814f9e8f..d5ddf5ed752e480e3e2a915edc5f6b5f15b7d514 100755 (executable)
@@ -614,6 +614,7 @@ subtest 'Tests for timestamp handling' => sub {
         $get_no_items,
         { GetRecord => $expected_no_items }
     );
+    t::lib::Mocks::mock_preference('KohaAdminEmailAddress', 'root@localhost');
     test_query(
         'Identify - earliestDatestamp in the right format',
         { verb => 'Identify' },