Fixes ProxyExchangeWebfluxPropertiesMigrationTests

See gh-3362
This commit is contained in:
spencergibb
2025-05-09 16:26:54 -04:00
parent ebef2879a7
commit 9cd6b4af32
2 changed files with 2 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ import static org.assertj.core.api.Assertions.assertThat;
public class ProxyExchangeWebfluxPropertiesMigrationTests {
@Autowired
ProxyProperties properties;
ProxyExchangeWebfluxProperties properties;
@Test
public void deprecatedRoutePropertiesWork() {

View File

@@ -2,9 +2,7 @@ spring.cloud.gateway.proxy:
headers:
X-Foo: xfooval
X-Bar: xbarval
auto-forward:
- X-FWD1
- X-FWD2
auto-forward: X-FWD1, X-FWD2
sensitive: X-S1, X-S21
skipped: X-SK1, X-SK2, X-SK3
logging: