Skip to content

Commit 7fae8ce

Browse files
committed
updated the build version in Kotlin SDK
1 parent aebd573 commit 7fae8ce

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

kotlin/services/kms/src/test/kotlin/KMSKotlinTest.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ class KMSKotlinTest {
3838
private var operation = ""
3939
private var grantId = ""
4040
private var aliasName = ""
41-
private var path = ""
4241

4342
@BeforeAll
4443
fun setup() =
@@ -51,7 +50,6 @@ class KMSKotlinTest {
5150
operation = values.operation.toString()
5251
aliasName = values.aliasName.toString()
5352
granteePrincipal = values.granteePrincipal.toString()
54-
path = values.path.toString()
5553

5654
/*
5755
val input: InputStream = this.javaClass.getClassLoader().getResourceAsStream("config.properties")
@@ -61,7 +59,6 @@ class KMSKotlinTest {
6159
granteePrincipal = prop.getProperty("granteePrincipal")
6260
operation = prop.getProperty("operation")
6361
aliasName = prop.getProperty("aliasName")
64-
path = prop.getProperty("path")
6562
*/
6663
}
6764

0 commit comments

Comments
 (0)