Merge "Add analize report on one day scheduler"
diff --git a/testrail_bot/control/celery_tasks/testrail_pipeline.py b/testrail_bot/control/celery_tasks/testrail_pipeline.py
index a4f99f3..f53ef29 100644
--- a/testrail_bot/control/celery_tasks/testrail_pipeline.py
+++ b/testrail_bot/control/celery_tasks/testrail_pipeline.py
@@ -282,9 +282,15 @@
                 return False
             continue
         elif ratio > 0.9:
+            testrail_link = (
+                f"[{sim_result['test_id']}]"
+                f"(https://mirantis.testrail.com"
+                f"/index.php?/tests/view/"
+                f"{sim_result['test_id']})"
+            )
             comment = (
                 f"Marked by TestRailBot because of similarity "
-                f"with test {sim_result['test_id']} {per}%"
+                f"with test {testrail_link} {per}%"
             )
             # Copy the original comment if it was not created by this bot
             if (