From: Jason Etheridge Date: Wed, 23 Nov 2022 18:46:38 +0000 (-0500) Subject: per SIP2 spec X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2ffacab96db28bd84c387bd25702db1b3d6c8d97;p=working%2FSIPServer.git per SIP2 spec Signed-off-by: Jason Etheridge --- diff --git a/t/02patron_info.t b/t/02patron_info.t index 2c54e4e..59508ca 100755 --- a/t/02patron_info.t +++ b/t/02patron_info.t @@ -156,7 +156,7 @@ sub create_invalid_patron_tests { }, { field => FID_VALID_PATRON, pat => qr/^N$/, - required => 1, + required => 0, }, ]; push @tests, $test;