Skip to content

Commit b2cb3df

Browse files
committed
Fix formatting
1 parent 4f4c37d commit b2cb3df

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

magic-modules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 57e2a047655b8c225d650c30bd96e98b24dbd4c9

mmv1/third_party/terraform/services/iamworkforcepool/resource_iam_workforce_pool_provider_scim_tenant_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ func TestAccIAMWorkforcePoolWorkforcePoolProviderScimTenant_update(t *testing.T)
1616
context := map[string]interface{}{
1717
"org_id": envvar.GetTestOrgFromEnv(t),
1818
"random_suffix": acctest.RandString(t, 10),
19-
"hard_delete": true,
19+
"hard_delete": true,
2020
}
2121

2222
acctest.VcrTest(t, resource.TestCase{

mmv1/third_party/terraform/services/iamworkforcepool/resource_iam_workforce_pool_provider_scim_token_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ func TestAccIAMWorkforcePoolWorkforcePoolProviderScimToken_update(t *testing.T)
1616
context := map[string]interface{}{
1717
"org_id": envvar.GetTestOrgFromEnv(t),
1818
"random_suffix": acctest.RandString(t, 10),
19-
"hard_delete": true,
19+
"hard_delete": true,
2020
}
2121

2222
acctest.VcrTest(t, resource.TestCase{

0 commit comments

Comments
 (0)