From 445ad9f2ac6c40863d257723461bfbd8a252fa3e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Etxaniz=20Errazkin=2C=20I=C3=B1aki?=
 <inaki.etxaniz@tecnalia.com>
Date: Wed, 5 Mar 2025 17:29:03 +0100
Subject: [PATCH] Update file testDiagram.puml

---
 testDiagram.puml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/testDiagram.puml b/testDiagram.puml
index 895c378..e770fbc 100644
--- a/testDiagram.puml
+++ b/testDiagram.puml
@@ -1,6 +1,4 @@
 @startuml
-' The ```plantuml tag is needed for the GitLab PlantUML plugin to work!!
-```plantuml this is for tecnalia plantuml plugin
 
 title Initiate Deployment
 
@@ -32,5 +30,5 @@ executor -> infraresource: Deploy Commands
 executor -> RTIEM_core: Deployment Response
 
 RTIEM_core -> RTIEM_db: Save Deployment Status
-```
+
 @enduml
-- 
GitLab