Another pip issue.

This commit is contained in:
Thomas Tracy
2019-04-10 09:02:50 -04:00
parent f59dc6c820
commit 29fb1588a9

View File

@@ -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):