From 060fa1a1648cdbffc28afb29716446c2fddc3704 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Thu, 8 Jan 2026 19:06:26 +0200 Subject: [PATCH] fix: resolve discord investigate link not rendering Signed-off-by: Emmanuel Ferdman --- src/robusta/integrations/discord/sender.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/robusta/integrations/discord/sender.py b/src/robusta/integrations/discord/sender.py index fed299e14..ba22dd3ec 100644 --- a/src/robusta/integrations/discord/sender.py +++ b/src/robusta/integrations/discord/sender.py @@ -297,7 +297,7 @@ def _get_actions_block(self, finding: Finding, platform_enabled: bool) -> Option actions: list[str] = [] if platform_enabled: # add link to the robusta ui, if it's configured actions.append( - "[:mag_right: Investigate]({finding.get_investigate_uri(self.account_id, self.cluster_name)})" + f"[:mag_right: Investigate]({finding.get_investigate_uri(self.account_id, self.cluster_name)})" ) if finding.add_silence_url: actions.append(