mirror of https://github.com/databricks/cli.git
Fix typo
This commit is contained in:
parent
462ee2e4b4
commit
1325fd867a
|
@ -14,7 +14,7 @@ import (
|
|||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
func TestIntitializeURLs(t *testing.T) {
|
||||
func TestInitializeURLs(t *testing.T) {
|
||||
b := &bundle.Bundle{
|
||||
Config: config.Root{
|
||||
Workspace: config.Workspace{
|
||||
|
@ -100,7 +100,7 @@ func TestIntitializeURLs(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
func TestIntitializeURLs_NoOrgId(t *testing.T) {
|
||||
func URLs_NoOrgId(t *testing.T) {
|
||||
b := &bundle.Bundle{
|
||||
Config: config.Root{
|
||||
Workspace: config.Workspace{
|
||||
|
|
Loading…
Reference in New Issue