From 49f9e31a0082015a73466d52cd6147d5a6c4afa0 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Fri, 19 Dec 2014 17:04:30 -0500 Subject: [PATCH] Allow auto_auth on the LMS in bok_choy tests --- lms/envs/bok_choy.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lms/envs/bok_choy.py b/lms/envs/bok_choy.py index 898504791e..4a4611f1dc 100644 --- a/lms/envs/bok_choy.py +++ b/lms/envs/bok_choy.py @@ -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