Merge branch '2.2.x'
This commit is contained in:
commit
0ad1ea4352
|
@ -141,7 +141,7 @@ class ExposeExcludePropertyEndpointFilterTests {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test // gh-20997
|
@Test // gh-20997
|
||||||
public void matchWhenDashInName() throws Exception {
|
void matchWhenDashInName() throws Exception {
|
||||||
setupFilter("bus-refresh", "");
|
setupFilter("bus-refresh", "");
|
||||||
assertThat(match(EndpointId.of("bus-refresh"))).isTrue();
|
assertThat(match(EndpointId.of("bus-refresh"))).isTrue();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue