Skip to content
Snippets Groups Projects
Commit 29fb1588 authored by Thomas Tracy's avatar Thomas Tracy
Browse files

Another pip issue.

parent f59dc6c8
Branches
Tags
No related merge requests found
......@@ -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):
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment