mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
407e9e0ef0
commit
414a94df3b
|
@ -41,7 +41,7 @@ func TestAuthEnv(t *testing.T) {
|
|||
assert.Equal(t, expected, out)
|
||||
}
|
||||
|
||||
func TestAUthEnvVars(t *testing.T) {
|
||||
func TestAuthEnvVars(t *testing.T) {
|
||||
expected := []string{
|
||||
"DATABRICKS_HOST",
|
||||
"DATABRICKS_CLUSTER_ID",
|
||||
|
|
Loading…
Reference in New Issue