Skip to content

Commit c6a0f16

Browse files
committed
test(model-server): migrate cucumber tests to ktor tests
1 parent 1c4617e commit c6a0f16

File tree

11 files changed

+487
-578
lines changed

11 files changed

+487
-578
lines changed

model-server/src/main/kotlin/org/modelix/model/server/handlers/HealthApiImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ class HealthApiImpl(
6565
}
6666

6767
companion object {
68-
private const val HEALTH_KEY = PROTECTED_PREFIX + "health2"
68+
internal const val HEALTH_KEY = PROTECTED_PREFIX + "health2"
6969
}
7070
}

0 commit comments

Comments
 (0)