Skip to content

Commit 3636351

Browse files
committed
Update test
1 parent 2ba6f70 commit 3636351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.OpenApi.Readers.Tests/V2Tests/OpenApiOperationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ public void ParseOperationWithEmptyProducesArraySetsResponseSchemaIfExists()
400400
Description = "OK",
401401
Content =
402402
{
403-
[""] = new OpenApiMediaType()
403+
["application/octet-stream"] = new OpenApiMediaType()
404404
{
405405
Schema = new OpenApiSchema()
406406
{

0 commit comments

Comments
 (0)