Bumping versions

This commit is contained in:
buildmaster
2019-08-28 11:45:39 +00:00
parent 11b0abb022
commit bd9f3a641c

View File

@@ -36,8 +36,9 @@ import static org.hamcrest.Matchers.containsString;
import static org.hamcrest.Matchers.not;
@RunWith(SpringRunner.class)
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, classes = App.class, properties = {
"management.health.kubernetes.enabled=false" })
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT,
classes = App.class,
properties = { "management.health.kubernetes.enabled=false" })
public class HealthIndicatorDisabledTest {
@ClassRule