This commit is contained in:
Shreyas Goenka 2024-09-18 11:45:14 +02:00
parent 9b2fe7cfa9
commit 941d50e868
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 1 deletions

View File

@ -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{"no"} options := []string{"yes", "no"}
isServicePrincipal := false isServicePrincipal := false
catalog := "hive_metastore" catalog := "hive_metastore"
cachedCatalog = &catalog cachedCatalog = &catalog