Update internal/bundle/deploy_to_shared_test.go

Co-authored-by: shreyas-goenka <88374338+shreyas-goenka@users.noreply.github.com>
This commit is contained in:
Andrew Nester 2024-11-19 15:36:54 +01:00 committed by GitHub
parent c934cd66bd
commit 8842d17cf1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import (
"github.com/stretchr/testify/require"
)
func TestAccDeployBasicToSharedWorkspace(t *testing.T) {
func TestAccDeployBasicToSharedWorkspacePath(t *testing.T) {
ctx, wt := acc.WorkspaceTest(t)
nodeTypeId := internal.GetNodeTypeId(env.Get(ctx, "CLOUD_ENV"))