Skip to content

Commit 4095b59

Browse files
authored
Merge pull request #452 from ovh/yomovh/fix_me_installation_template_test
Fix resource_me_installation_template_test
2 parents fbe2721 + 8e1e114 commit 4095b59

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ovh/resource_me_installation_template_test.go

-6
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,6 @@ func TestAccMeInstallationTemplateResource_customization(t *testing.T) {
124124
"customization.0.post_installation_script_return",
125125
"returned_string",
126126
),
127-
resource.TestCheckResourceAttr(
128-
"ovh_me_installation_template.template",
129-
"customization.0.use_distribution_kernel",
130-
"true",
131-
),
132127
resource.TestCheckResourceAttrSet(
133128
"ovh_me_installation_template.template",
134129
"family",
@@ -157,7 +152,6 @@ resource "ovh_me_installation_template" "template" {
157152
ssh_key_name = "test"
158153
post_installation_script_link = "http://mylink.org"
159154
post_installation_script_return = "returned_string"
160-
use_distribution_kernel = true
161155
}
162156
}
163157
`

0 commit comments

Comments
 (0)