mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 02:41:14 -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()
|
conn = op.get_bind()
|
||||||
|
|
||||||
# delete the old user because
|
# delete the old user because
|
||||||
delete_sql = """
|
delete_sql = f"""
|
||||||
delete from users where email_address='e2e-test-notify-user@fake.gov'
|
delete from users where email_address='{email_address}'
|
||||||
"""
|
"""
|
||||||
|
|
||||||
insert_sql = """
|
insert_sql = """
|
||||||
|
|||||||
Reference in New Issue
Block a user