Rename to avoid conflict

This commit is contained in:
spencergibb
2022-10-10 14:23:57 -04:00
parent f30a42f01e
commit 1eb27ae9e7

View File

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