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 {
|
||||
name 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{
|
||||
Config: config.Root{
|
||||
Resources: config.Resources{
|
||||
|
|
Loading…
Reference in New Issue