Skip to content

Commit d0af880

Browse files
committed
WIP
1 parent ea796a1 commit d0af880

23 files changed

+51
-51
lines changed

fastly/block_fastly_service_logging_bigquery_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
gofastly "github.com/fastly/go-fastly/v12/fastly"
1616
)
1717

18-
func TestAccLoggingBigQuery_vcl_basic(t *testing.T) {
18+
func TestAccFastlyServiceLoggingBigQuery_vcl_basic(t *testing.T) {
1919
var service gofastly.ServiceDetail
2020
serviceName := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
2121
email := "[email protected]"
@@ -98,7 +98,7 @@ func TestAccLoggingBigQuery_vcl_basic(t *testing.T) {
9898
})
9999
}
100100

101-
func TestAccLoggingBigQuery_compute_basic(t *testing.T) {
101+
func TestAccFastlyServiceLoggingBigQuery_compute_basic(t *testing.T) {
102102
var service gofastly.ServiceDetail
103103
serviceName := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
104104
email := "[email protected]"
@@ -139,7 +139,7 @@ func TestAccLoggingBigQuery_compute_basic(t *testing.T) {
139139
})
140140
}
141141

142-
func TestAccLoggingBigQuery_vcl_default(t *testing.T) {
142+
func TestAccFastlyServiceLoggingBigQuery_vcl_default(t *testing.T) {
143143
var service gofastly.ServiceDetail
144144
serviceName := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
145145
email := "[email protected]"

fastly/block_fastly_service_logging_blobstorage_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
gofastly "github.com/fastly/go-fastly/v12/fastly"
1616
)
1717

18-
func TestAccLoggingBlobstorage_vcl_basic(t *testing.T) {
18+
func TestAccFastlyServiceLoggingBlobstorage_vcl_basic(t *testing.T) {
1919
var service gofastly.ServiceDetail
2020
serviceName := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
2121

@@ -108,7 +108,7 @@ func TestAccLoggingBlobstorage_vcl_basic(t *testing.T) {
108108
})
109109
}
110110

111-
func TestAccLoggingBlobstorage_compute_basic(t *testing.T) {
111+
func TestAccFastlyServiceLoggingBlobstorage_compute_basic(t *testing.T) {
112112
var service gofastly.ServiceDetail
113113
serviceName := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
114114

@@ -148,7 +148,7 @@ func TestAccLoggingBlobstorage_compute_basic(t *testing.T) {
148148
})
149149
}
150150

151-
func TestAccLoggingBlobstorage_vcl_default(t *testing.T) {
151+
func TestAccFastlyServiceLoggingBlobstorage_vcl_default(t *testing.T) {
152152
var service gofastly.ServiceDetail
153153
serviceName := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
154154

fastly/block_fastly_service_logging_cloudfiles_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
gofastly "github.com/fastly/go-fastly/v12/fastly"
1616
)
1717

18-
func TestAccLoggingCloudfiles_vcl_basic(t *testing.T) {
18+
func TestAccFastlyServiceLoggingCloudfiles_vcl_basic(t *testing.T) {
1919
var service gofastly.ServiceDetail
2020
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
2121
domain := fmt.Sprintf("fastly-test.%s.com", name)
@@ -112,7 +112,7 @@ func TestAccLoggingCloudfiles_vcl_basic(t *testing.T) {
112112
})
113113
}
114114

115-
func TestAccLoggingCloudfiles_compute_basic(t *testing.T) {
115+
func TestAccFastlyServiceLoggingCloudfiles_compute_basic(t *testing.T) {
116116
var service gofastly.ServiceDetail
117117
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
118118
domain := fmt.Sprintf("fastly-test.%s.com", name)

fastly/block_fastly_service_logging_datadog_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
gofastly "github.com/fastly/go-fastly/v12/fastly"
1515
)
1616

17-
func TestAccLoggingDatadog_vcl_basic(t *testing.T) {
17+
func TestAccFastlyServiceLoggingDatadog_vcl_basic(t *testing.T) {
1818
var service gofastly.ServiceDetail
1919
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
2020
domain := fmt.Sprintf("fastly-test.%s.com", name)
@@ -82,7 +82,7 @@ func TestAccLoggingDatadog_vcl_basic(t *testing.T) {
8282
})
8383
}
8484

85-
func TestAccLoggingDatadog_compute_basic(t *testing.T) {
85+
func TestAccFastlyServiceLoggingDatadog_compute_basic(t *testing.T) {
8686
var service gofastly.ServiceDetail
8787
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
8888
domain := fmt.Sprintf("fastly-test.%s.com", name)

fastly/block_fastly_service_logging_digitalocean_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
gofastly "github.com/fastly/go-fastly/v12/fastly"
1515
)
1616

17-
func TestAccLoggingDigitalOcean_vcl_basic(t *testing.T) {
17+
func TestAccFastlyServiceLoggingDigitalOcean_vcl_basic(t *testing.T) {
1818
var service gofastly.ServiceDetail
1919
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
2020
domain := fmt.Sprintf("fastly-test.%s.com", name)
@@ -111,7 +111,7 @@ func TestAccLoggingDigitalOcean_vcl_basic(t *testing.T) {
111111
})
112112
}
113113

114-
func TestAccLoggingDigitalOcean_compute_basic(t *testing.T) {
114+
func TestAccFastlyServiceLoggingDigitalOcean_compute_basic(t *testing.T) {
115115
var service gofastly.ServiceDetail
116116
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
117117
domain := fmt.Sprintf("fastly-test.%s.com", name)

fastly/block_fastly_service_logging_elasticsearch_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
gofastly "github.com/fastly/go-fastly/v12/fastly"
1515
)
1616

17-
func TestAccLoggingElasticsearch_vcl_basic(t *testing.T) {
17+
func TestAccFastlyServiceLoggingElasticsearch_vcl_basic(t *testing.T) {
1818
var service gofastly.ServiceDetail
1919
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
2020
domain := fmt.Sprintf("fastly-test.%s.com", name)
@@ -116,7 +116,7 @@ func TestAccLoggingElasticsearch_vcl_basic(t *testing.T) {
116116
})
117117
}
118118

119-
func TestAccLoggingElasticsearch_compute_basic(t *testing.T) {
119+
func TestAccFastlyServiceLoggingElasticsearch_compute_basic(t *testing.T) {
120120
var service gofastly.ServiceDetail
121121
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
122122
domain := fmt.Sprintf("fastly-test.%s.com", name)

fastly/block_fastly_service_logging_ftp_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
gofastly "github.com/fastly/go-fastly/v12/fastly"
1515
)
1616

17-
func TestAccLoggingFTP_vcl_basic(t *testing.T) {
17+
func TestAccFastlyServiceLoggingFTP_vcl_basic(t *testing.T) {
1818
var service gofastly.ServiceDetail
1919
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
2020
domain := fmt.Sprintf("fastly-test.%s.com", name)
@@ -111,7 +111,7 @@ func TestAccLoggingFTP_vcl_basic(t *testing.T) {
111111
})
112112
}
113113

114-
func TestAccLoggingFTP_compute_basic(t *testing.T) {
114+
func TestAccFastlyServiceLoggingFTP_compute_basic(t *testing.T) {
115115
var service gofastly.ServiceDetail
116116
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
117117
domain := fmt.Sprintf("fastly-test.%s.com", name)

fastly/block_fastly_service_logging_grafanacloudlogs_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
gofastly "github.com/fastly/go-fastly/v12/fastly"
1515
)
1616

17-
func TestAccLoggingGrafanaCloudLogs_vcl_basic(t *testing.T) {
17+
func TestAccFastlyServiceLoggingGrafanaCloudLogs_vcl_basic(t *testing.T) {
1818
var service gofastly.ServiceDetail
1919
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
2020
domain := fmt.Sprintf("fastly-test.%s.com", name)
@@ -88,7 +88,7 @@ func TestAccLoggingGrafanaCloudLogs_vcl_basic(t *testing.T) {
8888
})
8989
}
9090

91-
func TestAccLoggingGrafanaCloudLogs_compute_basic(t *testing.T) {
91+
func TestAccFastlyServiceLoggingGrafanaCloudLogs_compute_basic(t *testing.T) {
9292
var service gofastly.ServiceDetail
9393
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
9494
domain := fmt.Sprintf("fastly-test.%s.com", name)

fastly/block_fastly_service_logging_heroku_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
gofastly "github.com/fastly/go-fastly/v12/fastly"
1515
)
1616

17-
func TestAccLoggingHeroku_vcl_basic(t *testing.T) {
17+
func TestAccFastlyServiceLoggingHeroku_vcl_basic(t *testing.T) {
1818
var service gofastly.ServiceDetail
1919
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
2020
domain := fmt.Sprintf("fastly-test.%s.com", name)
@@ -83,7 +83,7 @@ func TestAccLoggingHeroku_vcl_basic(t *testing.T) {
8383
})
8484
}
8585

86-
func TestAccLoggingHeroku_compute_basic(t *testing.T) {
86+
func TestAccFastlyServiceLoggingHeroku_compute_basic(t *testing.T) {
8787
var service gofastly.ServiceDetail
8888
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
8989
domain := fmt.Sprintf("fastly-test.%s.com", name)

fastly/block_fastly_service_logging_honeycomb_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
gofastly "github.com/fastly/go-fastly/v12/fastly"
1515
)
1616

17-
func TestAccLoggingHoneycomb_vcl_basic(t *testing.T) {
17+
func TestAccFastlyServiceLoggingHoneycomb_vcl_basic(t *testing.T) {
1818
var service gofastly.ServiceDetail
1919
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
2020
domain := fmt.Sprintf("fastly-test.%s.com", name)
@@ -84,7 +84,7 @@ func TestAccLoggingHoneycomb_vcl_basic(t *testing.T) {
8484
})
8585
}
8686

87-
func TestAccLoggingHoneycomb_compute_basic(t *testing.T) {
87+
func TestAccFastlyServiceLoggingHoneycomb_compute_basic(t *testing.T) {
8888
var service gofastly.ServiceDetail
8989
name := fmt.Sprintf("tf-test-%s", acctest.RandString(10))
9090
domain := fmt.Sprintf("fastly-test.%s.com", name)

0 commit comments

Comments
 (0)