From e9e4c701c8ec4a892f62d3df6163d40d2842d684 Mon Sep 17 00:00:00 2001 From: Lucas Pimentel Date: Wed, 10 Jan 2024 12:34:39 -0500 Subject: [PATCH] fix telemetry test --- .../TelemetryTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracer/test/Datadog.Trace.ClrProfiler.IntegrationTests/TelemetryTests.cs b/tracer/test/Datadog.Trace.ClrProfiler.IntegrationTests/TelemetryTests.cs index 985ae093e82b..67f60831c23b 100644 --- a/tracer/test/Datadog.Trace.ClrProfiler.IntegrationTests/TelemetryTests.cs +++ b/tracer/test/Datadog.Trace.ClrProfiler.IntegrationTests/TelemetryTests.cs @@ -339,7 +339,7 @@ public async Task Telemetry_SendsRedactedErrorLogs() allLogs.Should() .ContainSingle() .Which.Message.Should() - .Be("Unable to parse custom sampling rules"); + .Be("Unable to parse the trace sampling rules."); } [SkippableFact]