mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
e9a5544e8c
commit
5531e2a0c0
|
@ -396,7 +396,7 @@ func TestAllResourcesMocked(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make sure that we at rename all non UC resources
|
// Make sure that we at rename all non UC resources
|
||||||
func TestAllNonUCResourcesAreRenamed(t *testing.T) {
|
func TestAllNonUcResourcesAreRenamed(t *testing.T) {
|
||||||
b := mockBundle(config.Development)
|
b := mockBundle(config.Development)
|
||||||
|
|
||||||
// UC resources should not have a prefix added to their name. Right now
|
// UC resources should not have a prefix added to their name. Right now
|
||||||
|
|
Loading…
Reference in New Issue