Bug 28632: Prevent api/v1/patrons.t to fail on dates comparison
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 28 Jul 2021 10:24:14 +0000 (12:24 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 30 Jul 2021 17:54:31 +0000 (13:54 -0400)
commit5d922670184c66a48de07c0e9683824364b8e0be
tree1092f745d947f2ce38a9b8cdf076f45675d8dc1e
parent97e81df59ecfcd1509863381dafdf7c114fe1b7b
Bug 28632: Prevent api/v1/patrons.t to fail on dates comparison

 #   Failed test 'Returned patron from update matches expected'
 #   at t/db_dependent/api/v1/patrons.t line 537.
 #     Structures begin differing at:
 #          $got->{updated_on} = '2021-07-27T13:33:53+00:00'
 #     $expected->{updated_on} = '2021-07-27T13:33:52+00:00'
 # Looks like you failed 1 test of 42.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
t/db_dependent/api/v1/patrons.t