Unit test tweaks

This commit is contained in:
Basraah
2017-09-26 15:13:37 +10:00
parent ef26cdbbee
commit 650408f61c
14 changed files with 27 additions and 41 deletions

View File

@@ -362,7 +362,7 @@ FLEETUP_API_ID = os.environ.get('AA_FLEETUP_API_ID', '')
FLEETUP_GROUP_ID = os.environ.get('AA_FLEETUP_GROUP_ID', '')
PASSWORD_HASHERS = [
'django.contrib.auth.hashers.MD5PasswordHasher',
'django.contrib.auth.hashers.UnsaltedMD5PasswordHasher',
]