From f5354640979b76a34b89a545b8f4cee81e48500c Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Thu, 3 Jan 2019 11:51:19 +0100 Subject: [PATCH] up a test --- builder/amazon/common/ami_config_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/amazon/common/ami_config_test.go b/builder/amazon/common/ami_config_test.go index cf49ef921..f3d098d69 100644 --- a/builder/amazon/common/ami_config_test.go +++ b/builder/amazon/common/ami_config_test.go @@ -178,7 +178,7 @@ func TestAMIConfigPrepare_Share_EncryptedBoot(t *testing.T) { func TestAMIConfigPrepare_ValidateKmsKey(t *testing.T) { c := testAMIConfig() - c.AMIEncryptBootVolume = true + c.AMIEncryptBootVolume = aws.Bool(true) accessConf := testAccessConfig()