Skip to content

Commit

Permalink
double to single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
nickryand committed Feb 3, 2022
1 parent e91bdfa commit b39cb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion social_core/backends/okta.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def oidc_config_url(self):
# If the URL path does not contain an authorizedServerId, we need
# to truncate the path in order to generate a proper openid-configuration
# URL.
if url.path == "/oauth2/":
if url.path == '/oauth2/':
url = url._replace(path='')

return urljoin(
Expand Down

0 comments on commit b39cb7d

Please sign in to comment.