Skip to content

Commit 6e69f47

Browse files
committed
added logging functionality
1 parent 3c82091 commit 6e69f47

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

kotlin/services/apigateway/src/test/kotlin/APIGatewayTest.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,15 @@
22
// SPDX-License-Identifier: Apache-2.0
33

44
import java.util.Random
5-
65
import aws.sdk.kotlin.services.apigateway.ApiGatewayClient
76
import aws.sdk.kotlin.services.secretsmanager.SecretsManagerClient
87
import aws.sdk.kotlin.services.secretsmanager.model.GetSecretValueRequest
9-
108
import com.google.gson.Gson
11-
129
import com.kotlin.gateway.createAPI
1310
import com.kotlin.gateway.deleteAPI
1411
import com.kotlin.gateway.getAllDeployments
1512
import com.kotlin.gateway.getAllStages
16-
1713
import kotlinx.coroutines.runBlocking
18-
1914
import org.junit.jupiter.api.BeforeAll
2015
import org.junit.jupiter.api.DisplayName
2116
import org.junit.jupiter.api.MethodOrderer.OrderAnnotation
@@ -24,7 +19,6 @@ import org.junit.jupiter.api.Order
2419
import org.junit.jupiter.api.Test
2520
import org.junit.jupiter.api.TestInstance
2621
import org.junit.jupiter.api.TestMethodOrder
27-
2822
import org.slf4j.Logger
2923
import org.slf4j.LoggerFactory
3024

0 commit comments

Comments
 (0)