From 49b0aac36cf0b0555398f9eb584830fd5d2d77e1 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Mon, 12 Jun 2023 09:19:12 -0700 Subject: [PATCH] Adjust test for no error but empty result --- internal/config/funcs/filesystem_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config/funcs/filesystem_test.go b/internal/config/funcs/filesystem_test.go index 73cedea06..d5765006a 100644 --- a/internal/config/funcs/filesystem_test.go +++ b/internal/config/funcs/filesystem_test.go @@ -379,7 +379,7 @@ func TestFileSet(t *testing.T) { cty.StringVal("."), cty.StringVal("\\"), cty.SetValEmpty(cty.String), - true, + false, }, { cty.StringVal("testdata/filesystem"),