From 2ebd4a7660472b1e4bf8f57d4dd0a29d113beb76 Mon Sep 17 00:00:00 2001
From: Abraham Mughal <abmughal@cisco.com>
Date: Thu, 8 Aug 2024 10:47:44 -0700
Subject: [PATCH] [ignore] removed unecessary test constant

---
 internal/provider/test_constants.go | 7 -------
 1 file changed, 7 deletions(-)

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