Skip to content

Commit

Permalink
Tweak 'TestAccEC2InstanceConnectEndpoint_basic'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Dec 27, 2024
1 parent ab6575f commit 9bf58ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/service/ec2/ec2_instance_connect_endpoint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ func TestAccEC2InstanceConnectEndpoint_basic(t *testing.T) {
acctest.MatchResourceAttrRegionalARN(ctx, resourceName, names.AttrARN, "ec2", regexache.MustCompile(`instance-connect-endpoint/.+`)),
resource.TestCheckResourceAttrSet(resourceName, names.AttrAvailabilityZone),
resource.TestCheckResourceAttrSet(resourceName, names.AttrDNSName),
resource.TestCheckResourceAttrSet(resourceName, "fips_dns_name"),
acctest.CheckResourceAttrGreaterThanOrEqualValue(resourceName, "network_interface_ids.#", 1),
acctest.CheckResourceAttrAccountID(ctx, resourceName, names.AttrOwnerID),
resource.TestCheckResourceAttr(resourceName, "preserve_client_ip", acctest.CtTrue),
Expand Down

0 comments on commit 9bf58ba

Please sign in to comment.