Bumping versions

This commit is contained in:
buildmaster
2020-01-28 16:05:45 +00:00
parent bf50a50a4d
commit 21e4eb8bf9
2 changed files with 4 additions and 3 deletions

View File

@@ -37,8 +37,9 @@ import static org.springframework.boot.test.context.SpringBootTest.WebEnvironmen
*
*/
@RunWith(SpringRunner.class)
@SpringBootTest(classes = RefreshEndpointIntegrationTests.ClientApp.class, properties = {
"management.endpoints.web.exposure.include=*" }, webEnvironment = RANDOM_PORT)
@SpringBootTest(classes = RefreshEndpointIntegrationTests.ClientApp.class,
properties = { "management.endpoints.web.exposure.include=*" },
webEnvironment = RANDOM_PORT)
public class RefreshEndpointIntegrationTests {
private static final String BASE_PATH = new WebEndpointProperties().getBasePath();