From 1d6ec6cf4523ab295709a534e44c0510ad35ec9b Mon Sep 17 00:00:00 2001 From: David Fowler Date: Wed, 14 Jun 2023 20:55:31 -0700 Subject: [PATCH] Update src/Services/Webhooks/Webhooks.API/Controllers/WebhooksController.cs Co-authored-by: Reuben Bond <203839+ReubenBond@users.noreply.github.com> --- .../Webhooks/Webhooks.API/Controllers/WebhooksController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Webhooks/Webhooks.API/Controllers/WebhooksController.cs b/src/Services/Webhooks/Webhooks.API/Controllers/WebhooksController.cs index d403a6a74..18c283256 100644 --- a/src/Services/Webhooks/Webhooks.API/Controllers/WebhooksController.cs +++ b/src/Services/Webhooks/Webhooks.API/Controllers/WebhooksController.cs @@ -71,7 +71,7 @@ public class WebhooksController : ControllerBase } else { - return StatusCode(StatusCodes.Status418ImATeapot, "Grant url can't be validated"); + return StatusCode(StatusCodes.Status418ImATeapot, "Grant URL invalid"); } }