]> git.koha-community.org Git - koha.git/commit
Bug 33568: Prevent api/v1/biblios.t to fail randomly
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 5 Apr 2024 14:34:02 +0000 (16:34 +0200)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 5 Apr 2024 15:39:45 +0000 (17:39 +0200)
commit6005a9a430e04e71ec577514f357f3961aced920
tree50c9c68f9bb5ef69649b21d6ef7d9fbd4ca7ad82
parent0f49a171fa9296a7d529668de49a8ec5da52cb23
Bug 33568: Prevent api/v1/biblios.t to fail randomly

koha_1       |     #   Failed test 'The items are returned'
koha_1       |     #   at t/db_dependent/api/v1/biblios.t line 196.
koha_1       |     #     Structures begin differing at:
koha_1       |     #          $got->[0]{external_id} = 'th151O2JtgfGdVW6aiF'
koha_1       |     #     $expected->[0]{external_id} = 'uxrMzUXrkHQy7MHOSfjK'
koha_1       |     # Looks like you failed 1 test of 11.
koha_1       |
koha_1       | #   Failed test 'get_items() tests'
koha_1       | #   at t/db_dependent/api/v1/biblios.t line 206.

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
t/db_dependent/api/v1/biblios.t