diff --git a/Program/V1/Controllers/PushController.cs b/Program/V1/Controllers/PushController.cs
index 99d2468..cba1a3f 100644
--- a/Program/V1/Controllers/PushController.cs
+++ b/Program/V1/Controllers/PushController.cs
@@ -7,6 +7,7 @@ using Microsoft.EntityFrameworkCore.Update.Internal;
using AcaMate.Common.Data;
using AcaMate.V1.Services;
+using Microsoft.AspNetCore.Http.HttpResults;
namespace AcaMate.V1.Controllers;
@@ -47,7 +48,7 @@ public class PushController : ControllerBase
/// Internal server error occurred.
/// Service unavailable.
[HttpPost("send")]
- [CustomOperation("푸시전송", "저장된 양식으로, 사용자에게 푸시를 전송한다.(로컬 테스트 불가)", "푸시")]
+ [CustomOperation("푸시전송", "저장된 양식으로, 사용자에게 푸시를 전송한다.", "푸시")]
[ProducesResponseType(StatusCodes.Status200OK, Type = typeof(APIResponseStatus