From 29fb1588a9e3008885c4d520d7a672855af3963d Mon Sep 17 00:00:00 2001 From: Thomas Tracy <contact@tjtracy.com> Date: Wed, 10 Apr 2019 09:02:50 -0400 Subject: [PATCH] Another pip issue. --- common/djangoapps/third_party_auth/tests/test_provider.py | 1 - 1 file changed, 1 deletion(-) diff --git a/common/djangoapps/third_party_auth/tests/test_provider.py b/common/djangoapps/third_party_auth/tests/test_provider.py index 08e33a32f68..2507f04dd7a 100644 --- a/common/djangoapps/third_party_auth/tests/test_provider.py +++ b/common/djangoapps/third_party_auth/tests/test_provider.py @@ -164,7 +164,6 @@ class RegistryTest(testutil.TestCase): Test that an OAuth2 provider can have a slug that differs from the backend name. """ dummy_provider = self.configure_oauth_provider(enabled=True, name="dummy", slug="default", backend_name="dummy") - self.assertIn(dummy_provider, provider.Registry._enabled_providers()) self.assertIn(dummy_provider, provider.Registry.get_enabled_by_backend_name('dummy')) def test_oauth2_enabled_only_for_supplied_backend(self): -- GitLab