Skip to content

Commit

Permalink
[ignore] removed unecessary test constant
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahammughal committed Aug 8, 2024
1 parent c6a20b0 commit 2ebd4a7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions internal/provider/test_constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ebd4a7

Please sign in to comment.