diff --git a/internal/services/cdn/cdn_frontdoor_custom_domain_resource_test.go b/internal/services/cdn/cdn_frontdoor_custom_domain_resource_test.go index 8f0d5d07cb60..0e476235f143 100644 --- a/internal/services/cdn/cdn_frontdoor_custom_domain_resource_test.go +++ b/internal/services/cdn/cdn_frontdoor_custom_domain_resource_test.go @@ -51,7 +51,7 @@ func TestAccCdnFrontDoorCustomDomain_requiresImport(t *testing.T) { func TestAccCdnFrontDoorCustomDomain_update(t *testing.T) { if features.FivePointOhBeta() { - t.Skipf("There is no avaliable `tls_version` to test update, to test CMK, it requires an official certificate from approved provider list instead of testing cert.") + t.Skipf("There is no available `tls_version` to test update, to test CMK, it requires an official certificate from approved provider list instead of testing cert.") } data := acceptance.BuildTestData(t, "azurerm_cdn_frontdoor_custom_domain", "test") r := CdnFrontDoorCustomDomainResource{}