test: Update to an even longer password.

This commit is contained in:
Feanil Patel
2023-10-11 13:44:09 -04:00
parent 1e2ea85372
commit 64e91d4080
47 changed files with 88 additions and 88 deletions

View File

@@ -184,7 +184,7 @@ class InternationalizationTest(ModuleStoreTestCase):
self.uname = 'testuser'
self.email = 'test+courses@edx.org'
self.password = 'password'
self.password = 'Password1234'
# Create the use so we can log them in.
self.user = UserFactory.create(username=self.uname, email=self.email, password=self.password)