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 b7abb0b commit 2d1f6f4Copy full SHA for 2d1f6f4
tests/HttpClientToCurlGeneratorTest/UnitTest/MediaTypes/Json/FailedCurlGeneratorTests.cs
@@ -33,6 +33,6 @@ public void GenerateCurl_When_HttpMethod_Is_Invalid()
33
// Assert
34
script.Should().NotBeNullOrEmpty();
35
script.Should().StartWith("GenerateCurlError => not supported");
36
- script.Trim().Should().BeEquivalentTo($"GenerateCurlError => not supported {httpRequestMessage.Method.Method}!");
+ script.Trim().Should().BeEquivalentTo($"GenerateCurlError => not supported {httpRequestMessage.Method.Method} by HttpClientToCurl!");
37
}
38
0 commit comments