Skip to content

Commit

Permalink
Update storage_qtree_resource_test.go
Browse files Browse the repository at this point in the history
update resource name on the test
  • Loading branch information
chuyich authored Oct 8, 2024
1 parent 1801ca5 commit 62838a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/storage/storage_qtree_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func TestAccStorageQtreeResource(t *testing.T) {
Config: createQtree("acc_test_qtree", "temp_root", "temp"),
Check: resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttr("netapp-ontap_qtree.example", "name", "acc_test_qtree"),
resource.TestCheckResourceAttr("netapp-ontap_storage_qtree.example", "user.name", "nobody"),
resource.TestCheckResourceAttr("netapp-ontap_qtree.example", "user.name", "nobody"),
),
},
{
Expand Down

0 comments on commit 62838a9

Please sign in to comment.