diff --git a/Jenkinsfile b/Jenkinsfile index 40f9cb5d779f9be8144e11d4aad4dcecbc141cf9..aca5f82898549a778898c166e8dba0d771752534 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 3ccbb91c40d2cb69c257ce616c6453ee3a160831..6995a43486fe9f0096d67311f5d7fcffed5ece40 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