refactoring(infra-monitoring)
This commit is contained in:
@@ -24,6 +24,7 @@ dependencies {
|
||||
|
||||
// Abhängigkeiten für den Zipkin-Server und seine UI.
|
||||
implementation(libs.zipkin.server)
|
||||
implementation(libs.zipkin.autoconfigure.ui)
|
||||
|
||||
// Stellt alle Test-Abhängigkeiten gebündelt bereit.
|
||||
testImplementation(projects.platform.platformTesting)
|
||||
|
||||
+1
-1
@@ -19,6 +19,6 @@ class MonitoringServerApplicationTest {
|
||||
|
||||
@Test
|
||||
fun `context loads successfully`() {
|
||||
// Test ist bestanden, wenn der Kontext ohne Exception startet.
|
||||
// Der Test ist bestanden, wenn der Kontext ohne Exception startet.
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user