Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 38b00e7

Browse files
committed
fix hash on windows
1 parent 144b1ed commit 38b00e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provisioner/terraform/modules_internal_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ func TestGetModulesArchive(t *testing.T) {
5050
if runtime.GOOS != "windows" {
5151
require.Equal(t, "05d2994c1a50ce573fe2c2b29507e5131ba004d15812d8bb0a46dc732f3211f5", hash)
5252
} else {
53-
require.Equal(t, "0001fc95ac0ac18188931db2ef28c42f51919ee24bc18482fab38d1ea9c7a4e8", hash)
53+
require.Equal(t, "09a30ffc30138f9a411b280ef4581dcf22ffab8f0ca9de982329226400ec8520", hash)
5454
}
5555
}

0 commit comments

Comments
 (0)