Skip to content

Commit 303b53f

Browse files
committed
Check for top-level schemas in tests
1 parent cdc801b commit 303b53f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

0 commit comments

Comments
 (0)