removed test prefix

This commit is contained in:
Andrew Nester 2024-12-17 14:44:14 +01:00
parent 1ceec5ea3b
commit e8cae54be9
No known key found for this signature in database
GPG Key ID: 12BC628A44B7DA57
1 changed files with 1 additions and 1 deletions

View File

@ -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])