test: Update to an even longer password.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user