From 189baf0f2cb9eb54c7437536d788f328c0350d4b Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 19 Aug 2024 10:46:47 +0200 Subject: [PATCH] OZG-6444: Fix unit-Test --- src/test/helm/deployment_collaboration_env_test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/helm/deployment_collaboration_env_test.yaml b/src/test/helm/deployment_collaboration_env_test.yaml index 7668c108c2..21ca8ba455 100644 --- a/src/test/helm/deployment_collaboration_env_test.yaml +++ b/src/test/helm/deployment_collaboration_env_test.yaml @@ -34,5 +34,5 @@ tests: - notContains: path: spec.template.spec.containers[0].env content: - name: ozgcloud_feature_collaboration-enabled - value: "true" \ No newline at end of file + name: ozgcloud_feature_collaborationEnabled + any: true \ No newline at end of file -- GitLab