From cf1cbb9ea6701383c1be63dc840af7ccea00e067 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Wed, 23 Nov 2022 13:41:49 -0500 Subject: [PATCH] per SIP2 spec Signed-off-by: Jason Etheridge --- t/01patron_status.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/01patron_status.t b/t/01patron_status.t index e85f302..d36fda4 100755 --- a/t/01patron_status.t +++ b/t/01patron_status.t @@ -71,10 +71,10 @@ my @tests = ( required => 1, }, { field => FID_VALID_PATRON_PWD, pat => qr/^N$/, - required => 1, }, + required => 0, }, { field => FID_VALID_PATRON, pat => qr/^Y$/, - required => 1, }, + required => 0, }, ], }, { id => 'invalid Patron Status', msg => "2300120060101 084237AO$instid|AAwshakespeare|AC|", -- 2.11.0