diff --git a/awx/sso/pipeline.py b/awx/sso/pipeline.py index 2a16eb25b0..d96e9b3147 100644 --- a/awx/sso/pipeline.py +++ b/awx/sso/pipeline.py @@ -5,7 +5,7 @@ import re # Python Social Auth -from social.exceptions import AuthException +from social_core.exceptions import AuthException # Django from django.utils.translation import ugettext_lazy as _ diff --git a/awx/sso/tests/unit/test_pipeline.py b/awx/sso/tests/unit/test_pipeline.py new file mode 100644 index 0000000000..8e1dd4e92f --- /dev/null +++ b/awx/sso/tests/unit/test_pipeline.py @@ -0,0 +1,2 @@ +def test_module_loads(): + from awx.sso import pipeline # noqa