Skip to content

Commit b39cb7d

Browse files
committed
double to single quotes
1 parent e91bdfa commit b39cb7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

social_core/backends/okta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def oidc_config_url(self):
2828
# If the URL path does not contain an authorizedServerId, we need
2929
# to truncate the path in order to generate a proper openid-configuration
3030
# URL.
31-
if url.path == "/oauth2/":
31+
if url.path == '/oauth2/':
3232
url = url._replace(path='')
3333

3434
return urljoin(

0 commit comments

Comments
 (0)