Skip to content

Commit 70f115c

Browse files
committed
Updated test cases
1 parent 113865f commit 70f115c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dynatrace/api/app/dynatrace/kubernetes/connector/connection/service_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
)
2323

2424
func TestAccK8sAutomationConnections(t *testing.T) {
25-
// Temporarily disabled - not available on test tenant (enable with v296)
25+
// Temporarily disabled - not available on test tenant (enable with v297)
2626
// api.TestAcc(t)
2727
t.Skip()
2828
}

dynatrace/api/builtin/synthetic/multiprotocol/outagehandling/service_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ package outagehandling_test
1919

2020
import (
2121
"testing"
22+
23+
"github.com/dynatrace-oss/terraform-provider-dynatrace/dynatrace/testing/api"
2224
)
2325

2426
func TestAccNetworkMonitorOutageHandling(t *testing.T) {
25-
// Temporarily disabled - not available on test tenant (enable with v296)
26-
// api.TestAcc(t)
27-
t.Skip()
27+
api.TestAcc(t)
2828
}

dynatrace/api/v2/synthetic/monitors/service_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
)
2323

2424
func TestAccNetworkAvailabilityMonitors(t *testing.T) {
25-
// Temporarily disabled - not available on test tenant (enable with v296)
25+
// Temporarily disabled - valid synthetic location not available on test tenant
2626
// api.TestAcc(t)
2727
t.Skip()
2828
}

0 commit comments

Comments
 (0)