test: Update more tests that had short passwords.
This commit is contained in:
@@ -50,7 +50,7 @@ class MobileAPITestCase(ModuleStoreTestCase, APITestCase):
|
||||
certificate_available_date=datetime.datetime.now(pytz.UTC)
|
||||
)
|
||||
self.user = UserFactory.create()
|
||||
self.password = 'test'
|
||||
self.password = 'password'
|
||||
self.username = self.user.username
|
||||
self.api_version = API_V1
|
||||
IgnoreMobileAvailableFlagConfig(enabled=False).save()
|
||||
|
||||
Reference in New Issue
Block a user