We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f442f commit b56ae3eCopy full SHA for b56ae3e
GClient.Test/UnitTest/ClientEngineTest.cs
@@ -49,7 +49,7 @@ public async Task SendRequestAsyncGeneric_WhenResponseSuccess_NotThowsException(
49
}
50
51
[Trait("ServerestIntegration", "SendRequestAsyncGeneric")]
52
- [Theory(DisplayName = "SendRequestAsyncGeneric_WhenResponseError_ThowsIntegrationException - Error")]
+ [Theory(DisplayName = "SendRequestAsyncGeneric_WhenResponseError_ThowsFlurlHttpException - Error")]
53
[InlineData(400)]
54
[InlineData(500)]
55
public async Task SendRequestAsyncGeneric_WhenResponseError_ThowsIntegrationException(int status)
0 commit comments