fix tests
This commit is contained in:
-1
@@ -1,7 +1,6 @@
|
|||||||
package at.mocode.infrastructure.monitoring
|
package at.mocode.infrastructure.monitoring
|
||||||
|
|
||||||
import org.assertj.core.api.Assertions.assertThat
|
import org.assertj.core.api.Assertions.assertThat
|
||||||
import org.junit.jupiter.api.Disabled
|
|
||||||
import org.junit.jupiter.api.Test
|
import org.junit.jupiter.api.Test
|
||||||
import org.springframework.beans.factory.annotation.Autowired
|
import org.springframework.beans.factory.annotation.Autowired
|
||||||
import org.springframework.boot.test.context.SpringBootTest
|
import org.springframework.boot.test.context.SpringBootTest
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spring:
|
|||||||
health-check-interval: 10s
|
health-check-interval: 10s
|
||||||
|
|
||||||
server:
|
server:
|
||||||
port: 0
|
port: 8080
|
||||||
|
|
||||||
management:
|
management:
|
||||||
endpoints:
|
endpoints:
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ spring:
|
|||||||
register: false
|
register: false
|
||||||
|
|
||||||
server:
|
server:
|
||||||
port: 0
|
port: 8080
|
||||||
|
|
||||||
management:
|
management:
|
||||||
endpoints:
|
endpoints:
|
||||||
|
|||||||
Reference in New Issue
Block a user