From a91f178d52b26332cbb74c1798d89f974680c9db Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 23 Oct 2019 13:22:12 +0100 Subject: [PATCH] Bug 23049: (QA follow-up) ILSDI test data correction Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize --- t/db_dependent/ILSDI_Services.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/db_dependent/ILSDI_Services.t b/t/db_dependent/ILSDI_Services.t index 8cc93374b5..4726c76698 100644 --- a/t/db_dependent/ILSDI_Services.t +++ b/t/db_dependent/ILSDI_Services.t @@ -200,8 +200,8 @@ subtest 'GetPatronInfo/GetBorrowerAttributes test for extended patron attributes source => 'Accountline', value => { borrowernumber => $brwr->{borrowernumber}, - accounttype => 'xxx', - debit_type_code => undef, + accounttype => undef, + debit_type_code => 'OVERDUE', amountoutstanding => 10 } } -- 2.39.2