Skip to content

Commit ba1d8c2

Browse files
committed
Fix tests
1 parent 5848f32 commit ba1d8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/template/template_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func TestTemplateOptions(t *testing.T) {
2222
{Name: "default-sql", Id: "The default SQL template for .sql files that run with Databricks SQL"},
2323
{Name: "dbt-sql", Id: "The dbt SQL template (databricks.com/blog/delivering-cost-effective-data-real-time-dbt-and-databricks)"},
2424
{Name: "mlops-stacks", Id: "The Databricks MLOps Stacks template (github.com/databricks/mlops-stacks)"},
25-
{Name: "experimental-jobs-as-code", Id: "Jobs as code template (experimental)"},
25+
{Name: "pydabs", Id: "A variant of 'default-python' template that defines resources in Python instead of YAML"},
2626
{Name: "custom...", Id: "Bring your own template"},
2727
}
2828
assert.Equal(t, expected, options())

0 commit comments

Comments
 (0)