From cbef41792eeabccd99aba856a2edadd1c4c1b6a7 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Thu, 26 May 2022 12:10:08 -0400 Subject: [PATCH] BL is not expected for Checkout Response Signed-off-by: Jason Etheridge --- t/03checkout.t | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/t/03checkout.t b/t/03checkout.t index 24ffd06..a6abbc8 100755 --- a/t/03checkout.t +++ b/t/03checkout.t @@ -164,10 +164,7 @@ $test->{fields} = [ required => 1, }, { field => FID_DUE_DATE, pat => qr/^$/, - required => 1, }, - { field => FID_VALID_PATRON, - pat => qr/^Y$/, - required => 1, }, + required => 1, } ]; push @tests, $test; @@ -193,10 +190,7 @@ $test->{fields} = [ required => 1, }, { field => FID_DUE_DATE, pat => qr/^$/, - required => 1, }, - { field => FID_VALID_PATRON, - pat => qr/^N$/, - required => 1, }, + required => 1, } ]; push @tests, $test; -- 2.11.0