From: Jason Etheridge Date: Tue, 31 May 2022 15:51:02 +0000 (-0400) Subject: set this global flag for sc_status in 15acs_resend.t X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=95aaeee584acd7be3ca60515b19b71e075a2f8cd;p=working%2FSIPServer.git set this global flag for sc_status in 15acs_resend.t Signed-off-by: Jason Etheridge --- diff --git a/t/augment_concerto.sql b/t/augment_concerto.sql index fe9a418..76d58b8 100644 --- a/t/augment_concerto.sql +++ b/t/augment_concerto.sql @@ -8,3 +8,12 @@ set where id IN (71,72,232) ; + +update + config.global_flag +set + enabled = 't', + value = 'example' +where + name = 'sip.sc_status_before_login_institution' +;