Skip to content

Commit

Permalink
fixes more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Oct 2, 2024
1 parent 8c6f331 commit 51b5a27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/auth-react/flask-server/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit 51b5a27

Please sign in to comment.