From acc03a0685ea4524845311f1e35c1f128f625f0b Mon Sep 17 00:00:00 2001 From: Matt LeBrun Date: Thu, 20 Apr 2023 16:17:33 +0000 Subject: [PATCH] Tests: update New Relic goss test to reflect new commented default --- container/root/tests/php-fpm/base.goss.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/root/tests/php-fpm/base.goss.yaml b/container/root/tests/php-fpm/base.goss.yaml index 2a950b1..98ddde2 100644 --- a/container/root/tests/php-fpm/base.goss.yaml +++ b/container/root/tests/php-fpm/base.goss.yaml @@ -198,7 +198,7 @@ file: - '!/^newrelic.transaction_tracer.enabled = true/' - '!/^newrelic.distributed_tracing_enabled = true/' - '/^;newrelic.transaction_tracer.enabled = true/' - - '/^;newrelic.distributed_tracing_enabled = false/' + - '/^;newrelic.distributed_tracing_enabled = true/' - '!/^newrelic.special=debug_autorum/' {{ .Env.CONF_PHPFPM }}: exists: true