From 5552430872fb942aca5518dd4ae3876d97e00f2f Mon Sep 17 00:00:00 2001 From: quobix Date: Mon, 12 Feb 2024 10:52:18 -0500 Subject: [PATCH] Cleaned up document test Signed-off-by: quobix --- document_test.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/document_test.go b/document_test.go index 55dbc150..0be705b9 100644 --- a/document_test.go +++ b/document_test.go @@ -1316,10 +1316,8 @@ func TestDocument_TestNestedFiles(t *testing.T) { require.NoError(t, err) doc, err := NewDocumentWithConfiguration(spec, &datamodel.DocumentConfiguration{ - BasePath: "./test_specs/nested_files", - IgnorePolymorphicCircularReferences: true, - IgnoreArrayCircularReferences: true, - AllowFileReferences: true, + BasePath: "./test_specs/nested_files", + AllowFileReferences: true, }) require.NoError(t, err)