From 27b403b97d848a76a2570908742ce7b5c72652ce Mon Sep 17 00:00:00 2001 From: ziyeqf <51212351+ziyeqf@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:39:59 +0800 Subject: [PATCH] typo --- .../services/cdn/cdn_frontdoor_custom_domain_resource_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{}