Skip to content

Commit 19c9898

Browse files
committed
Fix DynamicConfigurationTests
1 parent 44146a7 commit 19c9898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracer/test/Datadog.Trace.ClrProfiler.IntegrationTests/DynamicConfigurationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ private async Task UpdateAndValidateConfig(MockTracerAgent agent, LogEntryWatche
187187
capabilities[15].Should().BeTrue(); // APM_TRACING_CUSTOM_TAGS
188188
capabilities[19].Should().BeTrue(); // APM_TRACING_TRACING_ENABLED
189189
capabilities[29].Should().BeTrue(); // APM_TRACING_SAMPLE_RULES
190-
capabilities[44].Should().BeTrue(); // APM_TRACING_MULTICONFIG
190+
capabilities[45].Should().BeTrue(); // APM_TRACING_MULTICONFIG
191191

192192
request.Client.State.ConfigStates.Should().ContainSingle(f => f.Id == fileId)
193193
.Subject.ApplyState.Should().Be(ApplyStates.ACKNOWLEDGED);

0 commit comments

Comments
 (0)