File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
plugins/toolkit/jetbrains-core/it/software/aws/toolkits/jetbrains/core Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ import org.mockito.kotlin.any
24
24
import org.mockito.kotlin.spy
25
25
import org.mockito.kotlin.times
26
26
import org.mockito.kotlin.verify
27
- import software.amazon.awssdk.profiles.ProfileFileLocation
28
27
import software.amazon.awssdk.regions.Region
29
28
import software.amazon.awssdk.services.s3.S3Client
30
29
@@ -53,9 +52,6 @@ class AwsSdkClientProxyTest {
53
52
54
53
@Before
55
54
fun setUp () {
56
- println (" file: ${ProfileFileLocation .configurationFilePath()} " )
57
- println (" loca: ${ProfileFileLocation .configurationFileLocation()} " )
58
- println (" envv: ${System .getenv(" AWS_CONFIG_FILE" )} " )
59
55
awsSdkClient = AwsSdkClient ()
60
56
Disposer .register(disposableRule.disposable, awsSdkClient)
61
57
You can’t perform that action at this time.
0 commit comments