From fa7c46ce8c0db467fae7d6f51e75be76d642e7db Mon Sep 17 00:00:00 2001 From: Safia Abdalla Date: Wed, 8 Jan 2025 14:00:45 -0800 Subject: [PATCH] Remove .AutoVerify() call --- .../Integration/OpenApiDocumentIntegrationTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/OpenApi/test/Microsoft.AspNetCore.OpenApi.Tests/Integration/OpenApiDocumentIntegrationTests.cs b/src/OpenApi/test/Microsoft.AspNetCore.OpenApi.Tests/Integration/OpenApiDocumentIntegrationTests.cs index d68f6b7d63ab..37ebf3c26f06 100644 --- a/src/OpenApi/test/Microsoft.AspNetCore.OpenApi.Tests/Integration/OpenApiDocumentIntegrationTests.cs +++ b/src/OpenApi/test/Microsoft.AspNetCore.OpenApi.Tests/Integration/OpenApiDocumentIntegrationTests.cs @@ -27,7 +27,6 @@ await Verifier.Verify(GetOpenApiJson(document)) .UseDirectory(SkipOnHelixAttribute.OnHelix() ? Path.Combine(Environment.GetEnvironmentVariable("HELIX_WORKITEM_ROOT"), "Integration", "snapshots") : "snapshots") - .AutoVerify() .UseParameters(documentName); }