You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/IntegrationTests/OwinIISTests.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ namespace IntegrationTests;
11
11
12
12
publicclassOwinIISTests
13
13
{
14
-
privatestaticreadonlyHttpClientHttpClient=new();
14
+
privatestaticreadonlyHttpClientClient=new();
15
15
16
16
publicOwinIISTests(ITestOutputHelperoutput)
17
17
{
@@ -84,8 +84,8 @@ public async Task SubmitMetrics()
84
84
85
85
privateasyncTaskCallWebEndpoint(intwebPort)
86
86
{
87
-
HttpClient.DefaultRequestHeaders.Add("traceparent","00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01");// send a traceparent header to verify that parent span id is propagated
Client.DefaultRequestHeaders.Add("traceparent","00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01");// send a traceparent header to verify that parent span id is propagated
0 commit comments