From 51b5a2752abfff18edff81862aa64c088a3a4a82 Mon Sep 17 00:00:00 2001 From: rishabhpoddar Date: Wed, 2 Oct 2024 15:24:49 +0530 Subject: [PATCH] fixes more tests --- tests/auth-react/flask-server/app.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/auth-react/flask-server/app.py b/tests/auth-react/flask-server/app.py index f01694e3..3ee60c66 100644 --- a/tests/auth-react/flask-server/app.py +++ b/tests/auth-react/flask-server/app.py @@ -1290,6 +1290,10 @@ def before_each(): global enabled_recipes global mfa_info global latest_url_with_token + global contact_method + global flow_type + contact_method = "EMAIL_OR_PHONE" + flow_type = "USER_INPUT_CODE_AND_MAGIC_LINK" latest_url_with_token = "" code_store = dict() accountlinking_config = {}