From e8cae54be989437dd75c86cc7f9d6822fc59023e Mon Sep 17 00:00:00 2001 From: Andrew Nester Date: Tue, 17 Dec 2024 14:44:14 +0100 Subject: [PATCH] removed test prefix --- integration/bundle/apps_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/bundle/apps_test.go b/integration/bundle/apps_test.go index e45f74f34..0707403dc 100644 --- a/integration/bundle/apps_test.go +++ b/integration/bundle/apps_test.go @@ -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])