Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
fix Test_OS_FS
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 committed Oct 24, 2023
1 parent c2b0186 commit 77845d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/fs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ import (
func Test_OS_FS(t *testing.T) {
s := terraform.New(
options.ScannerWithDebug(os.Stderr),
options.ScannerWithEmbeddedPolicies(true),
options.ScannerWithEmbeddedLibraries(true),
)
results, err := s.ScanFS(context.TODO(), os.DirFS("tf"), "fail")
require.NoError(t, err)
Expand Down

0 comments on commit 77845d7

Please sign in to comment.