Polish
This commit is contained in:
@@ -91,7 +91,7 @@ public class PathMappedEndpointsTests {
|
||||
@Test
|
||||
public void getPathWhenMissingIdShouldReturnNull() {
|
||||
PathMappedEndpoints mapped = createTestMapped(null);
|
||||
assertThat(mapped.getRootPath("xx")).isNull();
|
||||
assertThat(mapped.getPath("xx")).isNull();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
@@ -48,7 +48,7 @@ public class MetricsWebFilterTests {
|
||||
MockClock clock = new MockClock();
|
||||
this.registry = new SimpleMeterRegistry(SimpleConfig.DEFAULT, clock);
|
||||
this.webFilter = new MetricsWebFilter(this.registry,
|
||||
new DefaultWebFluxTagsProvider(), REQUEST_METRICS_NAME);
|
||||
new DefaultWebFluxTagsProvider(), REQUEST_METRICS_NAME, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user