Skip to content

Commit 3f8e57e

Browse files
committed
fix(tests): remove deprecated fields from secure_team test
1 parent 8b7b1ae commit 3f8e57e

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

sysdig/resource_sysdig_secure_team_test.go

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ func TestAccSecureTeam(t *testing.T) {
3333
{
3434
Config: secureTeamMinimumConfiguration(randomText(10)),
3535
},
36-
{
37-
Config: secureTeamWithPlatformMetricsIBM(randomText(10)),
38-
SkipFunc: func() (bool, error) {
39-
return !buildinfo.IBMSecure, nil
40-
},
41-
},
4236
{
4337
Config: secureTeamWithPostureZones(randomText(10)),
4438
SkipFunc: func() (bool, error) {
@@ -96,15 +90,6 @@ resource "sysdig_secure_team" "sample" {
9690
}`, name)
9791
}
9892

99-
func secureTeamWithPlatformMetricsIBM(name string) string {
100-
return fmt.Sprintf(`
101-
resource "sysdig_secure_team" "sample" {
102-
name = "sample-%s"
103-
enable_ibm_platform_metrics = true
104-
ibm_platform_metrics = "foo in (\"0\") and bar in (\"3\")"
105-
}`, name)
106-
}
107-
10893
func secureTeamWithPostureZones(name string) string {
10994
return fmt.Sprintf(`
11095
resource "sysdig_secure_posture_zone" "z1" {

0 commit comments

Comments
 (0)