mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
fcb8ffff38
commit
e9a5544e8c
|
@ -73,7 +73,7 @@ func TestApplyPresetsPrefix(t *testing.T) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestApplyPresetsPrefixForUcSchema(t *testing.T) {
|
func TestApplyPresetsPrefixForSchema(t *testing.T) {
|
||||||
tests := []struct {
|
tests := []struct {
|
||||||
name string
|
name string
|
||||||
prefix string
|
prefix string
|
||||||
|
@ -129,7 +129,7 @@ func TestApplyPresetsPrefixForUcSchema(t *testing.T) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestApplyPresetsUCVolumesShouldNotBePrefixed(t *testing.T) {
|
func TestApplyPresetsVolumesShouldNotBePrefixed(t *testing.T) {
|
||||||
b := &bundle.Bundle{
|
b := &bundle.Bundle{
|
||||||
Config: config.Root{
|
Config: config.Root{
|
||||||
Resources: config.Resources{
|
Resources: config.Resources{
|
||||||
|
|
Loading…
Reference in New Issue