From 95aaeee584acd7be3ca60515b19b71e075a2f8cd Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Tue, 31 May 2022 11:51:02 -0400 Subject: [PATCH] set this global flag for sc_status in 15acs_resend.t Signed-off-by: Jason Etheridge --- t/augment_concerto.sql | 9 +++++++++ 1 file changed, 9 insertions(+) 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' +; -- 2.11.0