Skip to content

Commit

Permalink
fix(tests): Strong password for E2E (#4435)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg authored Jul 31, 2024
1 parent 035fe77 commit 1afb3e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/e2etests/e2e_seed_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from users.models import FFAdminUser

# Password used by all the test users
PASSWORD = "str0ngp4ssw0rd!"
PASSWORD = "Str0ngp4ssw0rd!"


def delete_user_and_its_organisations(user_email: str) -> None:
Expand Down
2 changes: 1 addition & 1 deletion frontend/e2e/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ const E2E_EMAIL_DOMAIN = 'flagsmithe2etestdomain.io'
export const E2E_SIGN_UP_USER = `e2e_signup_user@${E2E_EMAIL_DOMAIN}`
export const E2E_USER = `e2e_user@${E2E_EMAIL_DOMAIN}`
export const E2E_CHANGE_MAIL = `e2e_change_email@${E2E_EMAIL_DOMAIN}`
export const PASSWORD = 'str0ngp4ssw0rd!'
export const PASSWORD = 'Str0ngp4ssw0rd!'

0 comments on commit 1afb3e5

Please sign in to comment.