api-gateway/src/test/kotlin/com/kmlabz/birbnetes/apigateway/ApiGatewayApplicationTests.kt

14 lines
223 B
Kotlin

package com.kmlabz.birbnetes.apigateway
import org.junit.jupiter.api.Test
import org.springframework.boot.test.context.SpringBootTest
@SpringBootTest
class ApiGatewayApplicationTests {
@Test
fun contextLoads() {
}
}