Validate if parent user exists for service acct (#16443)

This commit is contained in:
Poorna
2023-01-23 18:47:18 -08:00
committed by GitHub
parent 3683673fb0
commit 93fbb228bf
2 changed files with 13 additions and 1 deletions

View File

@@ -1136,7 +1136,7 @@ func (s *TestSuiteIAM) TestAccMgmtPlugin(c *check) {
c.assertSvcAccDeletion(ctx, s, userAdmClient, accessKey, bucket)
// 6. Check that service account **can** be created for some other user.
// This is possible because of the policy enforced in the plugin.
// This is possible because the policy enforced in the plugin.
c.mustCreateSvcAccount(ctx, globalActiveCred.AccessKey, userAdmClient)
}