mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-06 04:20:11 +00:00
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user