We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b246cd0 commit bdb6c0dCopy full SHA for bdb6c0d
test/Microsoft.OpenApi.Tests/Validations/OpenApiRecommendedRulesTests.cs
@@ -200,7 +200,7 @@ public static void GetOperationWithRequestBodyIsInvalid()
200
Assert.NotNull(warnings);
201
var warning = Assert.Single(warnings);
202
Assert.Equal("GET operations should not have a request body.", warning.Message);
203
- Assert.Equal("#/paths//people/get/requestBody", warning.Pointer);
+ Assert.Equal("#/paths/~1people/get/requestBody", warning.Pointer);
204
}
205
206
[Fact]
0 commit comments