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 (
"encoding/base64"
@ -17,8 +17,8 @@ import (
)
// 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.
func TestDashboardAssumptions_WorkspaceImport(t *testing.T) {
// as well as properties exclusively accessible through the dashboards API.
func TestAccDashboardAssumptions_WorkspaceImport(t *testing.T) {
ctx, wt := acc.WorkspaceTest(t)
t.Parallel()