mirror of https://github.com/databricks/cli.git
fix: Test name update
This commit is contained in:
parent
42cad1413a
commit
53c1e18d9e
|
@ -436,7 +436,7 @@ func TestResolveComplexVariableWithVarReference(t *testing.T) {
|
|||
require.Equal(t, "cicd_template==1.0.0", b.Config.Resources.Jobs["job1"].JobSettings.Tasks[0].Libraries[0].Pypi.Package)
|
||||
}
|
||||
|
||||
func TestResolveVariableReferencesWithSourceLinkedDeploymentDisabled(t *testing.T) {
|
||||
func TestResolveVariableReferencesWithSourceLinkedDeployment(t *testing.T) {
|
||||
testCases := []struct {
|
||||
enabled bool
|
||||
assert func(t *testing.T, b *bundle.Bundle)
|
||||
|
|
Loading…
Reference in New Issue