Skip to content

Commit fe6f758

Browse files
committed
update from dev
1 parent f334130 commit fe6f758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/encryptionatrestprivateendpoint/resource_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func TestAccEncryptionAtRestPrivateEndpoint_createTimeoutWithDeleteOnCreate(t *t
5454
ProtoV6ProviderFactories: acc.TestAccProviderV6Factories,
5555
Steps: []resource.TestStep{
5656
{
57-
Config: configEARPrivateEndpointWithTimeout(projectID, region, acc.TimeoutConfig(&createTimeout, nil, nil, true), &deleteOnCreateTimeout),
57+
Config: configEARPrivateEndpointWithTimeout(projectID, region, acc.TimeoutConfig(&createTimeout, nil, nil), &deleteOnCreateTimeout),
5858
ExpectError: regexp.MustCompile("will run cleanup because delete_on_create_timeout is true"),
5959
},
6060
},

0 commit comments

Comments
 (0)