BL is not expected for Checkout Response
authorJason Etheridge <jason@EquinoxOLI.org>
Thu, 26 May 2022 16:10:08 +0000 (12:10 -0400)
committerJason Etheridge <jason@EquinoxOLI.org>
Thu, 26 May 2022 19:26:04 +0000 (15:26 -0400)
Signed-off-by: Jason Etheridge <jason@EquinoxOLI.org>
t/03checkout.t

index 24ffd06..a6abbc8 100755 (executable)
@@ -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;