Move test

This commit is contained in:
Pieter Noordhuis 2024-10-01 09:47:40 -07:00
parent 0e0f4217ec
commit c911f7922e
No known key found for this signature in database
GPG Key ID: 12ACCCC104CF2930
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
package test package internal
import ( import (
"encoding/base64" "encoding/base64"
@ -18,7 +18,7 @@ import (
// Verify that importing a dashboard through the Workspace API retains the identity of the underying resource, // Verify that importing a dashboard through the Workspace API retains the identity of the underying resource,
// as well as properties exclusively accessible through the dashboards API. // as well as properties exclusively accessible through the dashboards API.
func TestDashboardAssumptions_WorkspaceImport(t *testing.T) { func TestAccDashboardAssumptions_WorkspaceImport(t *testing.T) {
ctx, wt := acc.WorkspaceTest(t) ctx, wt := acc.WorkspaceTest(t)
t.Parallel() t.Parallel()