Skip to content

Commit 9cbc884

Browse files
authored
Remove .AutoVerify() call (#59781)
1 parent 2177052 commit 9cbc884

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/OpenApi/test/Microsoft.AspNetCore.OpenApi.Tests/Integration/OpenApiDocumentIntegrationTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ await Verifier.Verify(GetOpenApiJson(document))
2727
.UseDirectory(SkipOnHelixAttribute.OnHelix()
2828
? Path.Combine(Environment.GetEnvironmentVariable("HELIX_WORKITEM_ROOT"), "Integration", "snapshots")
2929
: "snapshots")
30-
.AutoVerify()
3130
.UseParameters(documentName);
3231
}
3332

0 commit comments

Comments
 (0)