From eb6ea93f05b39a55d5f3f2b58bb005349eaddd05 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Wed, 14 Feb 2024 15:43:08 +0100
Subject: [PATCH] OZG-4786: Fix Unit-Test for configmap

---
 src/test/helm/deployment_volume_test.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/helm/deployment_volume_test.yaml b/src/test/helm/deployment_volume_test.yaml
index a6fa59e4..0625a237 100644
--- a/src/test/helm/deployment_volume_test.yaml
+++ b/src/test/helm/deployment_volume_test.yaml
@@ -64,7 +64,7 @@ tests:
           value: "bindings"
       - equal:
           path: spec.template.spec.volumes[0].configMap.name
-          value: "bindings-type"
+          value: "administration-bindings-type"
       - equal:
           path: spec.template.spec.volumes[1].name
           value: "mongodb-root-ca"
-- 
GitLab