We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afcce19 commit bd7b3d0Copy full SHA for bd7b3d0
test/Sentry.AspNetCore.Tests/SentryTracingMiddlewareTests.cs
@@ -622,7 +622,7 @@ public async Task ExceptionThrownAsync_DoesNotCrashKestrel()
622
{
623
Dsn = ValidDsn,
624
TracesSampleRate = 1,
625
- AutoRegisterTracing = false
+ AutoRegisterTracing = false
626
};
627
628
var hub = new Hub(options, sentryClient);
@@ -664,7 +664,7 @@ public async Task ExceptionThrownAsync_DoesNotCrashKestrel()
664
665
// Assert
666
// Make sure Kestrel is still alive by making another request
667
- var response = await client.GetAsync("/");
+ var response = await client.GetAsync("/");
668
response.StatusCode.Should().Be(System.Net.HttpStatusCode.OK);
669
}
670
0 commit comments