diff --git a/manifests/helm/litellm/0.4.4/templates/tests/test-env-vars.yaml b/manifests/helm/litellm/0.4.4/templates/tests/test-env-vars.yaml index 9f02775..1dc522c 100644 --- a/manifests/helm/litellm/0.4.4/templates/tests/test-env-vars.yaml +++ b/manifests/helm/litellm/0.4.4/templates/tests/test-env-vars.yaml @@ -15,7 +15,7 @@ spec: - | # Test DD_ENV if [ "$DD_ENV" != "dev_helm" ]; then - echo "❌ Environment variable DD_ENV mismatch. Expected: dev_helm, Got: $DD_ENV" + echo "❌ EEnvironment variable DD_ENV mismatch. Expected: dev_helm, Got: $DD_ENV" exit 1 fi echo "✅ Environment variable DD_ENV matches expected value: $DD_ENV"