Skip to content

Commit 2614b47

Browse files
committed
Fix broken build
1 parent 3d0ea86 commit 2614b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracer/test/Datadog.Trace.IntegrationTests/StatsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ Scope CreateCommonSpan(Tracer tracer, bool finishSpansOnClose, TracerSettings tr
532532
var scope = tracer.StartActiveInternal("operationName", finishOnClose: finishSpansOnClose);
533533
var span = scope.Span;
534534
span.ResourceName = "resourceName";
535-
span.SetHttpStatusCode(200, isServer: true, tracerSettings);
535+
span.SetHttpStatusCode(200, isServer: true, tracerSettings.InitialMutableSettings);
536536
span.Type = "span1";
537537

538538
return scope;

0 commit comments

Comments
 (0)