From 007f4397514d1f9b9b189a9d0fdc293f4178dbc6 Mon Sep 17 00:00:00 2001
From: tvasilopo <tvasilopo@noc.grnet.gr>
Date: Fri, 22 Sep 2023 10:52:44 +0000
Subject: [PATCH] correct syntax mistake on comments

---
 roles/check_demarcation_point/tasks/compare.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/check_demarcation_point/tasks/compare.yaml b/roles/check_demarcation_point/tasks/compare.yaml
index 4d80857c..790eeba1 100644
--- a/roles/check_demarcation_point/tasks/compare.yaml
+++ b/roles/check_demarcation_point/tasks/compare.yaml
@@ -107,5 +107,5 @@
     that:
       - "{{ output_error_count_diff | int }} < {{ output_error_count_threshold | int }} "
     fail_msg: "WARNING: Output errors count in POST check have been increased above threshold."
-    success_msg: "PASS: ASS: Output errors count diffs between PRE and POST check is normal."
+    success_msg: "PASS: Output errors count diffs between PRE and POST check is normal."
   failed_when: false
\ No newline at end of file
-- 
GitLab