We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5871f commit f0d99feCopy full SHA for f0d99fe
1 file changed
authentik/providers/oauth2/tests/test_api.py
@@ -46,7 +46,7 @@ def test_setup_urls(self):
46
self.assertEqual(body["issuer"], "http://testserver/application/o/test/")
47
48
# https://github.com/goauthentik/authentik/pull/5918
49
- @skipUnless(version_info >= (3, 11,4), "This behaviour is only Python 3.11.4 and up")
+ @skipUnless(version_info >= (3, 11, 4), "This behaviour is only Python 3.11.4 and up")
50
def test_launch_url(self):
51
"""Test launch_url"""
52
self.provider.redirect_uris = (
0 commit comments