test: Update to an even longer password.
This commit is contained in:
@@ -21,8 +21,8 @@ class TestCrowdsourceHinter(SharedModuleStoreTestCase, LoginEnrollmentTestCase):
|
||||
Create the test environment with the crowdsourcehinter xblock.
|
||||
"""
|
||||
STUDENTS = [
|
||||
{'email': 'view@test.com', 'password': 'password1234'},
|
||||
{'email': 'view2@test.com', 'password': 'password1234'}
|
||||
{'email': 'view@test.com', 'password': 'Password1234'},
|
||||
{'email': 'view2@test.com', 'password': 'Password1234'}
|
||||
]
|
||||
XBLOCK_NAMES = ['crowdsourcehinter']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user