Skip to content

Commit

Permalink
un-skip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelsz-rb committed Jul 10, 2024
1 parent 293d39b commit d4d5339
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions rollbar/test2/resource_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import (

// TestIntegrationCreate tests creating an integration
func (s *AccSuite) TestIntegrationCreate() {
s.T().Skip("unauthorized")
integrationResourceName := "rollbar_integration.webhook_integration"
// language=hcl
config := `
Expand Down Expand Up @@ -58,7 +57,6 @@ func (s *AccSuite) TestIntegrationCreate() {

// TestIntegrationUpdate tests updating an integration
func (s *AccSuite) TestIntegrationUpdate() {
s.T().Skip("unauthorized")
integrationResourceName := "rollbar_integration.webhook_integration"
// language=hcl
config1 := `
Expand Down
2 changes: 0 additions & 2 deletions rollbar/test2/resource_service_link_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ func init() {

// TestServiceLinkCreate tests creating a service link
func (s *AccSuite) TestServiceLinkCreate() {
s.T().Skip("unauthorized")
serviceLinkResourceName := "rollbar_service_link.service_link"
// language=hcl
tmpl := `
Expand Down Expand Up @@ -70,7 +69,6 @@ func (s *AccSuite) TestServiceLinkCreate() {

// TestServiceLinkUpdate tests updating a service link
func (s *AccSuite) TestServiceLinkUpdate() {
s.T().Skip("unauthorized")
serviceLinkResourceName := "rollbar_service_link.service_link"
// language=hcl
tmpl1 := `
Expand Down

0 comments on commit d4d5339

Please sign in to comment.