Skip to content

Commit 85274fb

Browse files
committed
hmm
1 parent ef402ff commit 85274fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

provisioner/terraform/modules_internal_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ func TestGetModulesArchive(t *testing.T) {
2626
content, err := fs.ReadFile(tarfs, ".terraform/modules/example_module/main.tf")
2727
require.NoError(t, err)
2828
require.True(t, strings.HasPrefix(string(content), "terraform {"))
29-
require.Len(t, content, 3691)
3029

3130
// It should always be byte-identical to optimize storage
3231
hash := sha256.Sum256(archive)

0 commit comments

Comments
 (0)