Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: NFS #631

Merged
merged 18 commits into from
Nov 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update ionoscloud/resource_nfs_cluster_test.go
Co-authored-by: Deatcu Andrei-Cristian <andrei-cristian.deatcu@ionos.com>
cristiGuranIonos and adeatcu-ionos authored Nov 20, 2024

Verified

This commit was signed with the committer’s verified signature.
sandy081 Sandeep Somavarapu
commit 66f4e034c160139b3eb38c6261886f9dd2f0e38b
2 changes: 1 addition & 1 deletion ionoscloud/resource_nfs_cluster_test.go
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ func TestAccNFSCluster_basic(t *testing.T) {
CheckDestroy: testAccCheckNFSClusterDestroy,
Steps: []resource.TestStep{
{
Config: testAccCheckNFSClusterConfig_basic,
Config: testAccCheckNFSClusterConfigBasic,
Check: resource.ComposeTestCheckFunc(
testAccCheckNFSClusterExists("ionoscloud_nfs_cluster.example"),
resource.TestCheckResourceAttr("ionoscloud_nfs_cluster.example", "name", "example"),