mirror of https://github.com/databricks/cli.git
Move test
This commit is contained in:
parent
0e0f4217ec
commit
c911f7922e
|
@ -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()
|
Loading…
Reference in New Issue