Skip to content

Commit

Permalink
fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Archibald authored and Chris Archibald committed Oct 14, 2024
1 parent f353f28 commit adc8423
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func TestAccClusterPeerResourceAlias(t *testing.T) {
},
// Update applications
{
Config: testAccClusterPeerResourceConfig("10.193.180.109", "10.193.176.189"),
Config: testAccClusterPeerResourceConfigAlias("10.193.180.109", "10.193.176.189"),
Check: resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttr("netapp-ontap_cluster_peers_resource.example", "remote.ip_addresses.0", "10.193.180.109"),
),
Expand Down

0 comments on commit adc8423

Please sign in to comment.