Adds / path mapping to test

This commit is contained in:
spencergibb
2022-10-03 17:27:23 -04:00
parent 4c77b6dd5d
commit dff98c48dd

View File

@@ -63,7 +63,7 @@ class EurekaConfigServerBootstrapConfigurationWebClientIntegrationTests {
@RestController
static class WebClientController extends WebSecurityConfigurerAdapter {
@GetMapping
@GetMapping("/")
public String hello() {
StringBuilder s = new StringBuilder();
for (int i = 0; i < 300000; i++) {