@@ -, +, @@ --- t/db_dependent/api/v1/holds.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/t/db_dependent/api/v1/holds.t +++ a/t/db_dependent/api/v1/holds.t @@ -163,7 +163,7 @@ my $post_data = { }; my $patch_data = { priority => 2, - suspended_until => output_pref( { dt => $suspended_until, dateformat => 'iso', dateonly => 1 } ), + suspended_until => output_pref( { dt => $suspended_until, dateformat => 'rfc3339' } ), }; subtest "Test endpoints without authentication" => sub { --