@@ -14,7 +14,7 @@ import (
14
14
)
15
15
16
16
func TestAccAzureAdlsGen2Mount_correctly_mounts (t * testing.T ) {
17
- terraformToApply := testAccAzureAdlsGen2Mount_correctly_mounts ()
17
+ terraformToApply := testAccAzureAdlsGen2MountCorrectlyMounts ()
18
18
19
19
resource .Test (t , resource.TestCase {
20
20
Providers : testAccProviders ,
@@ -27,7 +27,7 @@ func TestAccAzureAdlsGen2Mount_correctly_mounts(t *testing.T) {
27
27
}
28
28
29
29
func TestAccAzureAdlsGen2Mount_cluster_deleted_correctly_mounts (t * testing.T ) {
30
- terraformToApply := testAccAzureAdlsGen2Mount_correctly_mounts ()
30
+ terraformToApply := testAccAzureAdlsGen2MountCorrectlyMounts ()
31
31
var cluster model.ClusterInfo
32
32
33
33
resource .Test (t , resource.TestCase {
@@ -50,7 +50,7 @@ func TestAccAzureAdlsGen2Mount_cluster_deleted_correctly_mounts(t *testing.T) {
50
50
}
51
51
52
52
func TestAccAzureAdlsGen2Mount_capture_error (t * testing.T ) {
53
- terraformToApply := testAccAzureAdlsGen2Mount_capture_error ()
53
+ terraformToApply := testAccAzureAdlsGen2MountCaptureError ()
54
54
55
55
resource .Test (t , resource.TestCase {
56
56
Providers : testAccProviders ,
@@ -65,7 +65,7 @@ func TestAccAzureAdlsGen2Mount_capture_error(t *testing.T) {
65
65
})
66
66
}
67
67
68
- func testAccAzureAdlsGen2Mount_correctly_mounts () string {
68
+ func testAccAzureAdlsGen2MountCorrectlyMounts () string {
69
69
clientID := os .Getenv ("ARM_CLIENT_ID" )
70
70
clientSecret := os .Getenv ("ARM_CLIENT_SECRET" )
71
71
tenantID := os .Getenv ("ARM_TENANT_ID" )
@@ -129,7 +129,7 @@ func testAccAzureAdlsGen2Mount_correctly_mounts() string {
129
129
return definition
130
130
}
131
131
132
- func testAccAzureAdlsGen2Mount_capture_error () string {
132
+ func testAccAzureAdlsGen2MountCaptureError () string {
133
133
clientID := os .Getenv ("ARM_CLIENT_ID" )
134
134
clientSecret := os .Getenv ("ARM_CLIENT_SECRET" )
135
135
tenantID := os .Getenv ("ARM_TENANT_ID" )
0 commit comments