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

@@ -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']