up a test

This commit is contained in:
Adrien Delorme 2019-01-03 11:51:19 +01:00
parent f03cbd8a10
commit f535464097
1 changed files with 1 additions and 1 deletions

View File

@ -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()