diff --git a/internal/framework/service/leaked_credential_check/resource_test.go b/internal/framework/service/leaked_credential_check/resource_test.go index c1b4da75e9..ec642cc862 100644 --- a/internal/framework/service/leaked_credential_check/resource_test.go +++ b/internal/framework/service/leaked_credential_check/resource_test.go @@ -53,7 +53,7 @@ func testSweepCloudflareLCC(r string) error { return nil } -func TestAccCloudflareLeakedCredentialCheck_CRUD(t *testing.T) { +func TestAccCloudflareLeakedCredentialCheck_Basic(t *testing.T) { rnd := utils.GenerateRandomResourceName() name := fmt.Sprintf("cloudflare_leaked_credential_check.%s", rnd) zoneID := os.Getenv("CLOUDFLARE_ZONE_ID")