Browse Source

Bug 21105: (follow-up) Regression tests

Mock KohaAdminEmailAddress in case it differs from the default value

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
21.11/bug30761
Jonathan Druart 2 years ago
parent
commit
a6ef152db9
  1. 1
      t/db_dependent/OAI/Server.t

1
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' },

Loading…
Cancel
Save