From 07e8ed837a2b59eb41b31c769e06e55a4f67b644 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Fri, 15 Nov 2024 16:05:49 +0100
Subject: [PATCH] OZG-6747 resolve comments

---
 Jenkinsfile                            | 5 +----
 src/test/helm/deployment_env_test.yaml | 2 +-
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 40f9cb5..aca5f82 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -84,10 +84,7 @@ tools { go 'go-1.22.0' }
             steps {
                 script {
                     FAILED_STAGE=env.STAGE_NAME
-                     
-                    sh '''
-                        go test ./internal/*
-                    '''
+                    sh "go test ./internal/*"
                 }
             }
         } 
diff --git a/src/test/helm/deployment_env_test.yaml b/src/test/helm/deployment_env_test.yaml
index 3ccbb91..6995a43 100644
--- a/src/test/helm/deployment_env_test.yaml
+++ b/src/test/helm/deployment_env_test.yaml
@@ -73,7 +73,7 @@ tests:
             name: ACTIVE_PROFILE
             value: oc,test,ea
             
-  - it: should by default not have the ACTIVE_PROFILE env
+  - it: should by default not have any envs
     asserts:
       - equal:
           path: spec.template.spec.containers[0].env
-- 
GitLab