mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
0747fb48f7
commit
4ce2b75928
|
@ -110,7 +110,7 @@ func TestPrepareBuiltInTemplatesWithRelativePaths(t *testing.T) {
|
||||||
|
|
||||||
func TestBuiltinPythonTemplateValid(t *testing.T) {
|
func TestBuiltinPythonTemplateValid(t *testing.T) {
|
||||||
// Test option combinations
|
// Test option combinations
|
||||||
options := []string{"yes"}
|
options := []string{"yes", "no"}
|
||||||
isServicePrincipal := false
|
isServicePrincipal := false
|
||||||
catalog := "hive_metastore"
|
catalog := "hive_metastore"
|
||||||
cachedCatalog = &catalog
|
cachedCatalog = &catalog
|
||||||
|
|
Loading…
Reference in New Issue