You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/07/30 00:24:21 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #16003: Fixed Discord Webhook endpoint

kaxil commented on a change in pull request #16003:
URL: https://github.com/apache/airflow/pull/16003#discussion_r679566340



##########
File path: airflow/providers/discord/hooks/discord_webhook.py
##########
@@ -101,7 +101,7 @@ def _get_webhook_endpoint(self, http_conn_id: Optional[str], webhook_endpoint: O
                 'Expected Discord webhook endpoint in the form of "webhooks/{webhook.id}/{webhook.token}".'
             )
 
-        return endpoint
+        return f'https://discord.com/api/{endpoint}'

Review comment:
       @yoshichulo ^^^ Can you check the above comment plz




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org