Skip to content

Commit fd0059f

Browse files
committed
Reenabled disabled tests due to schema updates
1 parent 5bf70f1 commit fd0059f

File tree

20 files changed

+50
-50
lines changed

20 files changed

+50
-50
lines changed

dynatrace/api/app/dynatrace/azure/connector/microsoftentraidentitydeveloperconnection/service_test.go

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

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

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

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

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

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

2426
func TestAccGitHubConnection(t *testing.T) {
25-
// Temporarily disabled - not available on test tenant (enable with v306)
26-
// api.TestAcc(t)
27-
t.Skip()
27+
api.TestAcc(t)
2828
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
resource "dynatrace_github_connection" "#name#"{
22
name = "#name#"
33
type = "pat"
4-
token = "#######"
4+
token = "azAZ09"
55
}

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

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

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

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

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

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

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

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

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 v297)
25+
// Temporarily disabled - not available on test tenant
2626
// api.TestAcc(t)
2727
t.Skip()
2828
}

dynatrace/api/app/dynatrace/microsoft365/connector/mail/connection/service_test.go

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

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

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

dynatrace/api/app/dynatrace/msteams/connection/service_test.go

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

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

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

dynatrace/api/app/dynatrace/pagerduty/connection/service_test.go

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

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

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

dynatrace/api/app/dynatrace/redhat/ansible/automationcontroller/connection/service_test.go

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

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

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

0 commit comments

Comments
 (0)