mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 09:51:11 -05:00
Merge pull request #1630 from GSA/Fixing_e2e_test_user_migration
Fixing an error in the recent migration for the e2e test user changes.
This commit is contained in:
@@ -44,8 +44,8 @@ def upgrade():
|
||||
conn = op.get_bind()
|
||||
|
||||
# delete the old user because
|
||||
delete_sql = """
|
||||
delete from users where email_address='e2e-test-notify-user@fake.gov'
|
||||
delete_sql = f"""
|
||||
delete from users where email_address='{email_address}'
|
||||
"""
|
||||
|
||||
insert_sql = """
|
||||
|
||||
Reference in New Issue
Block a user