test: Update more tests that had short passwords.

This commit is contained in:
Feanil Patel
2023-09-29 13:24:31 -04:00
parent ae42b094ea
commit 1e2ea85372
96 changed files with 365 additions and 351 deletions

View File

@@ -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()