From 202486cff44d29eeaf07bb10f9d7d16add1c480d Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Tue, 22 Jul 2025 12:26:27 +0000 Subject: [PATCH] Bug 40529: Behavior change: Update old tests Ensure holds are created with the default of hold_group_id => undef. ail. --- t/db_dependent/Reserves.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/db_dependent/Reserves.t b/t/db_dependent/Reserves.t index cced1feee76..16fb4c7ba57 100755 --- a/t/db_dependent/Reserves.t +++ b/t/db_dependent/Reserves.t @@ -1279,6 +1279,7 @@ subtest 'CheckReserves additional tests' => sub { suspend_until => undef, suspend => 0, itemtype => undef, + hold_group_id => undef, } } ); @@ -1299,6 +1300,7 @@ subtest 'CheckReserves additional tests' => sub { suspend_until => undef, suspend => 0, itemtype => undef, + hold_group_id => undef, } } ); -- 2.39.5