From: Jason Etheridge Date: Wed, 23 Nov 2022 20:32:49 +0000 (-0500) Subject: flag this test as just_warn; it's expecting for the renewals to fail when supplied... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7287cba775e5ee5c3c895ef4335961ae4c1f07bc;p=working%2FSIPServer.git flag this test as just_warn; it's expecting for the renewals to fail when supplied with an invalid patron password --- diff --git a/t/10renew_all.t b/t/10renew_all.t index 19007c6..16903ae 100755 --- a/t/10renew_all.t +++ b/t/10renew_all.t @@ -99,6 +99,7 @@ $test = clone($renew_all_test_template); $test->{id} = 'Renew All: valid patron, invalid patron password'; $test->{msg} .= (FID_PATRON_PWD) . 'badpwd|'; $test->{pat} = qr/^66000000000$datepat/; +$test->{just_warn} = 1; delete $test->{fields}; $test->{fields} = [ $SIPtest::field_specs{(FID_INST_ID)},