@@ -, +, @@ --- t/db_dependent/OAI/Server.t | 1 + 1 file changed, 1 insertion(+) --- a/t/db_dependent/OAI/Server.t +++ a/t/db_dependent/OAI/Server.t @@ -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' }, --