formatting

This commit is contained in:
Spencer Gibb
2020-03-09 16:22:36 -04:00
parent 86d9fc762f
commit 38fdd36a6d

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();