We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c424c commit 37911f8Copy full SHA for 37911f8
1 file changed
tests/test_backends.py
@@ -19,4 +19,5 @@ async def test_core_init_with_all_backends(backends):
19
client_secret="test_client_secret",
20
))
21
except (NotImplementedError, Exception):
22
- assert False
+ from social_core.backends.auth0_openidconnect import Auth0OpenIdConnectAuth
23
+ assert backend is Auth0OpenIdConnectAuth # oidctest.wsweet.org doesn't support auth0
0 commit comments