Polish
See gh-31948
This commit is contained in:
committed by
Stephane Nicoll
parent
c05d0c51b7
commit
6a4681baf5
@@ -315,7 +315,6 @@ class WebMvcMetricsFilterTests {
|
||||
|
||||
@Test
|
||||
void trailingSlashShouldNotRecordDuplicateMetrics() throws Exception {
|
||||
|
||||
this.mvc.perform(get("/api/c1/simple/10")).andExpect(status().isOk());
|
||||
this.mvc.perform(get("/api/c1/simple/10/")).andExpect(status().isOk());
|
||||
assertThat(this.registry.get("http.server.requests").tags("status", "200", "uri", "/api/c1/simple/{id}").timer()
|
||||
|
||||
Reference in New Issue
Block a user