We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba6f70 commit 3636351Copy full SHA for 3636351
test/Microsoft.OpenApi.Readers.Tests/V2Tests/OpenApiOperationTests.cs
@@ -400,7 +400,7 @@ public void ParseOperationWithEmptyProducesArraySetsResponseSchemaIfExists()
400
Description = "OK",
401
Content =
402
{
403
- [""] = new OpenApiMediaType()
+ ["application/octet-stream"] = new OpenApiMediaType()
404
405
Schema = new OpenApiSchema()
406
0 commit comments