We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29decb commit b838b97Copy full SHA for b838b97
kotlin/services/iam/src/test/kotlin/IAMTest.kt
@@ -54,8 +54,8 @@ class IAMTest {
54
val json: String = getSecretValues()
55
val randomValue = Random.nextInt(1, 10001)
56
val values = gson.fromJson(json, SecretValues::class.java)
57
- userName = values.userName.toString()+randomValue
58
- policyName = values.policyName.toString()+randomValue
+ userName = values.userName.toString() + randomValue
+ policyName = values.policyName.toString() + randomValue
59
roleName = values.roleName.toString()
60
accountAlias = values.accountAlias.toString()
61
usernameSc = values.usernameSc.toString()
0 commit comments