Allow auto_auth on the LMS in bok_choy tests

This commit is contained in:
Calen Pennington
2014-12-19 17:04:30 -05:00
committed by Peter Fogg
parent a6917e34f0
commit 49f9e31a00

View File

@@ -128,6 +128,9 @@ FEATURES['ENABLE_TEAMS'] = True
# Enable custom content licensing
FEATURES['LICENSING'] = True
# Use the auto_auth workflow for creating users and logging them in
FEATURES['AUTOMATIC_AUTH_FOR_TESTING'] = True
########################### Entrance Exams #################################
FEATURES['MILESTONES_APP'] = True
FEATURES['ENTRANCE_EXAMS'] = True