You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/kotlin/org/learning/by/example/reactive/kotlin/microservices/KotlinReactiveMS/application/ApplicationConfig.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,6 @@ internal class ApplicationConfig {
Copy file name to clipboardExpand all lines: src/test/kotlin/org/learning/by/example/reactive/kotlin/microservices/KotlinReactiveMS/application/KotlinReactiveMsApplicationTests.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ private class KotlinReactiveMsApplicationTests : BasicIntegrationTest() {
28
28
29
29
@Test
30
30
fungetLocation() {
31
-
val locationResponse:LocationResponse= get(url ="${API_LOCATION}/${GOOGLE_ADDRESS}")
31
+
val locationResponse:LocationResponse= get(url ="$API_LOCATION/$GOOGLE_ADDRESS")
32
32
locationResponse.geographicCoordinates `should not be` null
Copy file name to clipboardExpand all lines: src/test/kotlin/org/learning/by/example/reactive/kotlin/microservices/KotlinReactiveMS/routers/ApiRouterTest.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ private class ApiRouterTest : BasicIntegrationTest() {
Copy file name to clipboardExpand all lines: src/test/kotlin/org/learning/by/example/reactive/kotlin/microservices/KotlinReactiveMS/routers/MainRouterTest.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ private class MainRouterTest : BasicIntegrationTest() {
Copy file name to clipboardExpand all lines: src/test/kotlin/org/learning/by/example/reactive/kotlin/microservices/KotlinReactiveMS/routers/StaticRouterTest.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ private class StaticRouterTest : BasicIntegrationTest() {
0 commit comments