#1813 - Tweak integration tests to adapt to changed trailing slash handling in Spring 6.
See [0] for details. [0] https://github.com/spring-projects/spring-framework/issues/28552
This commit is contained in:
@@ -496,7 +496,7 @@ class HypermediaWebFluxConfigurerTest {
|
||||
this.employees.add(new Employee("Frodo Baggins", "ring bearer"));
|
||||
}
|
||||
|
||||
@GetMapping
|
||||
@GetMapping("/")
|
||||
RepresentationModel<?> root() {
|
||||
|
||||
RepresentationModel<?> root = new RepresentationModel<>();
|
||||
|
||||
@@ -432,7 +432,7 @@ class HypermediaWebMvcConfigurerTest {
|
||||
this.employees.add(new Employee("Frodo Baggins", "ring bearer"));
|
||||
}
|
||||
|
||||
@GetMapping
|
||||
@GetMapping("/")
|
||||
RepresentationModel<?> root() {
|
||||
|
||||
RepresentationModel<?> root = new RepresentationModel<>();
|
||||
|
||||
Reference in New Issue
Block a user