From 0693f60a867738e28b85d144e2473544e31a7d4a Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 15 Oct 2021 08:49:10 -0300 Subject: [PATCH] Bug 24609: (QA follow-up) Remove diag from tests Signed-off-by: Tomas Cohen Arazi --- t/db_dependent/api/v1/checkouts.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/api/v1/checkouts.t b/t/db_dependent/api/v1/checkouts.t index 835ffc70e3..5cbcdb8d1c 100755 --- a/t/db_dependent/api/v1/checkouts.t +++ b/t/db_dependent/api/v1/checkouts.t @@ -228,7 +228,7 @@ $t->get_ok( "//$userid:$password@/api/v1/checkouts/" . $issue2->issue_id . "/all my $new_date_due = Koha::DateUtils::dt_from_string( $issue2->date_due ); $new_date_due->add(days => 2); $new_date_due = output_pref({ dateformat => "rfc3339", dt => $new_date_due }); -diag("The new date due should be: $new_date_due"); + $t->put_ok( "//$userid:$password@/api/v1/checkouts/" . $issue2->issue_id => json => { due_date => $new_date_due }) ->status_is(200, 'Due date updated successfully') ->json_is('/due_date' => $new_date_due); -- 2.32.0