Skip to content

Commit

Permalink
Cleaned up document test
Browse files Browse the repository at this point in the history
Signed-off-by: quobix <[email protected]>
  • Loading branch information
daveshanley committed Feb 12, 2024
1 parent ab0e0ea commit 5552430
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions document_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 5552430

Please sign in to comment.