rename test case name for issue 2541

This commit is contained in:
Tommas Yuan
2022-03-21 09:57:12 +08:00
committed by spencergibb
parent 8a9d063986
commit 2c90b25aba

View File

@@ -133,7 +133,8 @@ public class NettyRoutingFilterIntegrationTests extends BaseWebClientTests {
}
@Test
public void testHeadersAreClearedOnFallback() {
// gh-2541
public void shouldMergeResponseHeadersFromUpstreamWithCreatedByGateway() {
String header = "X-Test-SHOULD-MERGED-HEADER";
String gatewayHeaderValue = "value-from-gateway";
String upstreamHeaderValue = "value-from-upstream";