Skip to content

Commit ec5ec10

Browse files
committed
Remove zendesk url
1 parent 7d86ded commit ec5ec10

File tree

1 file changed

+1
-1
lines changed
  • cx-agent-backend/src/infrastructure/adapters

1 file changed

+1
-1
lines changed

cx-agent-backend/src/infrastructure/adapters/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def create_support_ticket(
154154

155155
try:
156156
url = f"https://{subdomain}.zendesk.com/api/v2/tickets.json"
157-
logger.debug("Making POST request to: %s", url)
157+
logger.debug("Making POST request to Zendesk API endpoint")
158158

159159
response = requests.post(
160160
url, headers=headers, data=json.dumps({"ticket": ticket_data}), timeout=61

0 commit comments

Comments
 (0)