From 14cdd25ab78d18926ee8edacc026db03e214684a Mon Sep 17 00:00:00 2001 From: Nitya Dhanushkodi Date: Wed, 25 Jul 2018 15:02:13 -0700 Subject: [PATCH] BOSH_CA_CERT_PATH would not work in CI, so switching back to BOSH_CA_CERT Signed-off-by: Swati Soni --- src/specs/integration/audit_logging/audit_logging_suite_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/specs/integration/audit_logging/audit_logging_suite_test.go b/src/specs/integration/audit_logging/audit_logging_suite_test.go index e26d917f5..e9fd6d06a 100644 --- a/src/specs/integration/audit_logging/audit_logging_suite_test.go +++ b/src/specs/integration/audit_logging/audit_logging_suite_test.go @@ -15,7 +15,7 @@ func TestAuditLogging(t *testing.T) { var _ = BeforeSuite(func() { requiredEnvs := []string{ "BOSH_ENVIRONMENT", - "BOSH_CA_CERT_PATH", + "BOSH_CA_CERT", "BOSH_CLIENT", "BOSH_CLIENT_SECRET", "BOSH_DEPLOYMENT",