diff --git a/internal/provider/test_constants.go b/internal/provider/test_constants.go index a74172fa7..7b1513f80 100644 --- a/internal/provider/test_constants.go +++ b/internal/provider/test_constants.go @@ -27,13 +27,6 @@ resource "aci_application_profile" "test" { } ` -const testConfigFvAEPgMinDependencyWithFvAp = testConfigFvApMinDependencyWithFvTenant + ` -resource "aci_application_epg" "test" { - application_profile_dn = aci_application_profile.test.id - name = "test_epg" -} -` - const testConfigFvAEPgMin = testConfigFvTenantMin + ` resource "aci_application_profile" "test" { tenant_dn = aci_tenant.test.id