From cc7299e25a77b25024039a15b3ad3926066a64c3 Mon Sep 17 00:00:00 2001 From: stefan Date: Fri, 5 Sep 2025 14:13:13 +0200 Subject: [PATCH] fix tests --- .../monitoring/MonitoringServerApplicationTest.kt | 1 - temp/ping-service/src/main/resources/application.yml | 2 +- temp/ping-service/src/test/resources/application-test.yml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/infrastructure/monitoring/monitoring-server/src/test/kotlin/at/mocode/infrastructure/monitoring/MonitoringServerApplicationTest.kt b/infrastructure/monitoring/monitoring-server/src/test/kotlin/at/mocode/infrastructure/monitoring/MonitoringServerApplicationTest.kt index fccff523..334795fb 100644 --- a/infrastructure/monitoring/monitoring-server/src/test/kotlin/at/mocode/infrastructure/monitoring/MonitoringServerApplicationTest.kt +++ b/infrastructure/monitoring/monitoring-server/src/test/kotlin/at/mocode/infrastructure/monitoring/MonitoringServerApplicationTest.kt @@ -1,7 +1,6 @@ package at.mocode.infrastructure.monitoring import org.assertj.core.api.Assertions.assertThat -import org.junit.jupiter.api.Disabled import org.junit.jupiter.api.Test import org.springframework.beans.factory.annotation.Autowired import org.springframework.boot.test.context.SpringBootTest diff --git a/temp/ping-service/src/main/resources/application.yml b/temp/ping-service/src/main/resources/application.yml index d054723b..be84ca33 100644 --- a/temp/ping-service/src/main/resources/application.yml +++ b/temp/ping-service/src/main/resources/application.yml @@ -11,7 +11,7 @@ spring: health-check-interval: 10s server: - port: 0 + port: 8080 management: endpoints: diff --git a/temp/ping-service/src/test/resources/application-test.yml b/temp/ping-service/src/test/resources/application-test.yml index 8fb8d298..5278f629 100644 --- a/temp/ping-service/src/test/resources/application-test.yml +++ b/temp/ping-service/src/test/resources/application-test.yml @@ -9,7 +9,7 @@ spring: register: false server: - port: 0 + port: 8080 management: endpoints: