From d929b767b64d632de52d5ee6197e8027bc52e7a2 Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Mon, 2 Feb 2026 14:04:32 -0500 Subject: [PATCH] Rename kwargs * https://sonarcloud.io/project/issues?open=AZDmRbVW2PiUXMD3dYmW&id=ansible_awx --- awx/api/views/webhooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/api/views/webhooks.py b/awx/api/views/webhooks.py index fab897eebf..207768ed73 100644 --- a/awx/api/views/webhooks.py +++ b/awx/api/views/webhooks.py @@ -133,7 +133,7 @@ class WebhookReceiverBase(APIView): @csrf_exempt @extend_schema_if_available(extensions={"x-ai-description": "Receive a webhook event and trigger a job"}) - def post(self, request, *args, **kwargs): + def post(self, request, *args, **kwargs_in): # Ensure that the full contents of the request are captured for multiple uses. request.body