Skip to content

Commit

Permalink
Change the mood
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingosse committed Oct 29, 2024
1 parent 7d0eaae commit 8248b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddapm_test_agent/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ async def handle_get_tested_integrations(self, request: Request) -> web.Response
return web.Response(body=aggregated_text, content_type="text/plain", headers=req_headers)

async def handle_settings(self, request: Request) -> web.Response:
"""Allows to change test agent settings on the fly"""
"""Allow to change test agent settings on the fly"""
raw_data = await request.read()
data = json.loads(raw_data)

Expand Down

0 comments on commit 8248b72

Please sign in to comment.