Skip to content

Commit

Permalink
fix: pre check call
Browse files Browse the repository at this point in the history
  • Loading branch information
EspenAlbert committed Jul 10, 2024
1 parent 7625097 commit b996df1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func TestAccPrivateEndpointRegionalMode_conn(t *testing.T) {
)

resource.Test(t, resource.TestCase{
PreCheck: func() { acc.PreCheckAwsEnv(t); acc.PreCheckAwsRegionCases(t) },
PreCheck: func() { acc.PreCheckAwsEnvBasic(t); acc.PreCheckAwsRegionCases(t) },
ExternalProviders: acc.ExternalProvidersOnlyAWS(),
ProtoV6ProviderFactories: acc.TestAccProviderV6Factories,
CheckDestroy: checkDestroy,
Expand Down

0 comments on commit b996df1

Please sign in to comment.