Skip to content

Commit

Permalink
edit snapshot_policy_test.goo
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenjun Shen committed Dec 12, 2023
1 parent 4d4211d commit 420c1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/storage_snapshot_policy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func TestAccStorageSnapshotPolicyResource(t *testing.T) {
{
ResourceName: "netapp-ontap_storage_snapshot_policy_resource.example",
ImportState: true,
ImportStateId: fmt.Sprintf("%s,%s,%s", "tfimportpolicy", "automation", "cluster4"),
ImportStateId: fmt.Sprintf("%s,%s,%s", "tfimportpolicy", "carchi-test", "cluster4"),
Check: resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttr("netapp-ontap_protocols_nfs_export_policy_resource.example", "name", "tfimportpolicy"),
),
Expand Down

0 comments on commit 420c1f8

Please sign in to comment.