Skip to content

Commit

Permalink
Update dotnet/src/Functions/Functions.UnitTests/OpenApi/OpenApiDocume…
Browse files Browse the repository at this point in the history
…ntParserV20Tests.cs

Co-authored-by: Roger Barreto <[email protected]>
  • Loading branch information
SergeyMenshykh and RogerBarreto authored Jan 6, 2025
1 parent ecc7702 commit 79fbe61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ public async Task ItCanParsePropertiesOfObjectDataTypeAsync()
public async Task ItCanFilterOutSpecifiedOperationsAsync()
{
// Arrange
var operationsToExclude = new[] { "Excuses", "TestDefaultValues", "OpenApiExtensions", "TestParameterDataTypes", "TestParameterNamesSanitization" };
string[] operationsToExclude = ["Excuses", "TestDefaultValues", "OpenApiExtensions", "TestParameterDataTypes", "TestParameterNamesSanitization"];

var options = new OpenApiDocumentParserOptions
{
Expand Down

0 comments on commit 79fbe61

Please sign in to comment.