mirror of https://github.com/databricks/cli.git
removed test prefix
This commit is contained in:
parent
1ceec5ea3b
commit
e8cae54be9
|
@ -13,7 +13,7 @@ import (
|
|||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
func TestAccDeployBundleWithApp(t *testing.T) {
|
||||
func TestDeployBundleWithApp(t *testing.T) {
|
||||
ctx, wt := acc.WorkspaceTest(t)
|
||||
uniqueId := uuid.New().String()
|
||||
appId := fmt.Sprintf("app-%s", uuid.New().String()[0:8])
|
||||
|
|
Loading…
Reference in New Issue