mirror of https://github.com/databricks/cli.git
Fix test name
This commit is contained in:
parent
ef2400fb76
commit
d54f641640
|
@ -100,7 +100,7 @@ func TestInitializeURLs(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
func URLs_NoOrgId(t *testing.T) {
|
||||
func TestInitializeURLsWithoutOrgId(t *testing.T) {
|
||||
b := &bundle.Bundle{
|
||||
Config: config.Root{
|
||||
Resources: config.Resources{
|
||||
|
|
Loading…
Reference in New Issue