File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
kotlin/services/kms/src/test/kotlin Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments