Skip to content

Commit ac797e8

Browse files
committed
Add IgnoringCyclicReferences() for test to pass
1 parent c17a87e commit ac797e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.OpenApi.Readers.Tests/V3Tests/OpenApiSchemaTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ public void ParseAdvancedSchemaWithReferenceShouldSucceed()
611611
}
612612
}
613613
}
614-
}, options => options.Excluding(m => m.Name == "HostDocument"));
614+
}, options => options.Excluding(m => m.Name == "HostDocument").IgnoringCyclicReferences());
615615
}
616616

617617

0 commit comments

Comments
 (0)