From f783852230dd1ceaa5c19f9af3147c7c4829780d Mon Sep 17 00:00:00 2001
From: Felix Reichenbach <felix.reichenbach@mgm-tp.com>
Date: Thu, 2 Jan 2025 15:58:32 +0100
Subject: [PATCH] OZG-7037 adjust helm test descriptions

---
 src/test/helm/deployment_xta_test.yaml        | 4 ++--
 src/test/helm/xta_keystore_secret_test.yaml   | 2 +-
 src/test/helm/xta_truststore_secret_test.yaml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/test/helm/deployment_xta_test.yaml b/src/test/helm/deployment_xta_test.yaml
index b3c612941..f43db8d81 100644
--- a/src/test/helm/deployment_xta_test.yaml
+++ b/src/test/helm/deployment_xta_test.yaml
@@ -181,7 +181,7 @@ tests:
                 key: password
                 optional: false
 
-  - it: it should not mount volume
+  - it: should not mount volume
     asserts:
       - notContains:
           path: spec.template.spec.containers[0].volumeMounts
@@ -211,7 +211,7 @@ tests:
             name: xta-truststore
             secret:
               secretName: xta-truststore
-  - it: it should  mount volume
+  - it: should  mount volume
     set:
       ozgcloud:
         xta:
diff --git a/src/test/helm/xta_keystore_secret_test.yaml b/src/test/helm/xta_keystore_secret_test.yaml
index 444662eaa..cc1e9b2a8 100644
--- a/src/test/helm/xta_keystore_secret_test.yaml
+++ b/src/test/helm/xta_keystore_secret_test.yaml
@@ -29,7 +29,7 @@ release:
   name: xta-adapter
   namespace: helm-test
 tests:
-  - it: test xta keystore
+  - it: should create keystore with values
     set:
       ozgcloud:
         xta:
diff --git a/src/test/helm/xta_truststore_secret_test.yaml b/src/test/helm/xta_truststore_secret_test.yaml
index 08bc2de28..ba28a2c46 100644
--- a/src/test/helm/xta_truststore_secret_test.yaml
+++ b/src/test/helm/xta_truststore_secret_test.yaml
@@ -29,7 +29,7 @@ release:
   name: xta-adapter
   namespace: helm-test
 tests:
-  - it: test xta truststore
+  - it: should create truststore with values
     set:
       ozgcloud:
         xta:
-- 
GitLab