diff --git a/internal/test/dashboard_assumptions_test.go b/internal/dashboard_assumptions_test.go similarity index 95% rename from internal/test/dashboard_assumptions_test.go rename to internal/dashboard_assumptions_test.go index ddb3c596..cd6a3602 100644 --- a/internal/test/dashboard_assumptions_test.go +++ b/internal/dashboard_assumptions_test.go @@ -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()