Skip to content

Commit f0d99fe

Browse files
committed
format
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
1 parent 9a5871f commit f0d99fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

authentik/providers/oauth2/tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def test_setup_urls(self):
4646
self.assertEqual(body["issuer"], "http://testserver/application/o/test/")
4747

4848
# https://github.com/goauthentik/authentik/pull/5918
49-
@skipUnless(version_info >= (3, 11,4), "This behaviour is only Python 3.11.4 and up")
49+
@skipUnless(version_info >= (3, 11, 4), "This behaviour is only Python 3.11.4 and up")
5050
def test_launch_url(self):
5151
"""Test launch_url"""
5252
self.provider.redirect_uris = (

0 commit comments

Comments
 (0)