Skip to content

Commit

Permalink
reverting change to the test clientid
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Storey committed Jun 9, 2020
1 parent babef36 commit 546bc56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions databricks/resource_databricks_azure_adls_gen2_mount_test.go
Expand Up @@ -67,7 +67,7 @@ func TestAccAzureAdlsGen2Mount_capture_error(t *testing.T) {
}

func testAccAzureAdlsGen2Mount_correctly_mounts() string {
clientID := os.Getenv("DATABRICKS_AZURE_CLIENT_ID")
clientID := os.Getenv("ARM_CLIENT_ID")
clientSecret := os.Getenv("ARM_CLIENT_SECRET")
tenantID := os.Getenv("ARM_TENANT_ID")
subscriptionID := os.Getenv("ARM_SUBSCRIPTION_ID")
Expand Down Expand Up @@ -131,7 +131,7 @@ func testAccAzureAdlsGen2Mount_correctly_mounts() string {
}

func testAccAzureAdlsGen2Mount_capture_error() string {
clientID := os.Getenv("DATABRICKS_AZURE_CLIENT_ID")
clientID := os.Getenv("ARM_CLIENT_ID")
clientSecret := os.Getenv("ARM_CLIENT_SECRET")
tenantID := os.Getenv("ARM_TENANT_ID")
subscriptionID := os.Getenv("ARM_SUBSCRIPTION_ID")
Expand Down

0 comments on commit 546bc56

Please sign in to comment.