Skip to content

Commit

Permalink
Notification: oauth typo on URL name (#11017)
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos authored Jan 10, 2024
1 parent d28c1e7 commit 135be78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/oauth/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def attach_webhook(project_pk, user_pk, integration=None):
format_values={
"provider_name": provider.name,
"url_connect_account": reverse(
"project_integrations",
"projects_integrations",
args=[project.slug],
),
},
Expand Down

0 comments on commit 135be78

Please sign in to comment.