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 345f136 commit d5a5f8aCopy full SHA for d5a5f8a
test/Microsoft.OpenApi.Tests/Models/OpenApiDocumentTests.cs
@@ -1345,7 +1345,6 @@ public void CopyConstructorForAdvancedDocumentWorks()
1345
var doc = new OpenApiDocument(AdvancedDocument);
1346
1347
// Change value of operation id for a given url
1348
- // doc.Paths["/pets"].Operations[OperationType.Get].OperationId = "findAllMyPets";
1349
var docOpId = doc.Paths["/pets"].Operations[OperationType.Get].OperationId = "findAllMyPets";
1350
var advancedDocOpId = AdvancedDocument.Paths["/pets"].Operations[OperationType.Get].OperationId;
1351
0 commit comments