From f1902f9e511d609f2c441f93e8c9de284bbda0e8 Mon Sep 17 00:00:00 2001 From: Jeremy Bowman Date: Wed, 28 Jun 2017 13:28:22 -0400 Subject: [PATCH] PLAT-1610 Fix social auth config error in Docker bok-choy tests --- lms/envs/bok_choy_docker.env.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lms/envs/bok_choy_docker.env.json b/lms/envs/bok_choy_docker.env.json index b3323285d9..0d33707eff 100644 --- a/lms/envs/bok_choy_docker.env.json +++ b/lms/envs/bok_choy_docker.env.json @@ -142,9 +142,9 @@ "SYSLOG_SERVER": "", "TECH_SUPPORT_EMAIL": "technical@example.com", "THIRD_PARTY_AUTH_BACKENDS": [ - "social.backends.google.GoogleOAuth2", - "social.backends.linkedin.LinkedinOAuth2", - "social.backends.facebook.FacebookOAuth2", + "social_core.backends.google.GoogleOAuth2", + "social_core.backends.linkedin.LinkedinOAuth2", + "social_core.backends.facebook.FacebookOAuth2", "third_party_auth.dummy.DummyBackend", "third_party_auth.saml.SAMLAuthBackend" ],