Fixes ProxyExchangeWebfluxPropertiesMigrationTests
See gh-3362
This commit is contained in:
@@ -33,7 +33,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
public class ProxyExchangeWebfluxPropertiesMigrationTests {
|
||||
|
||||
@Autowired
|
||||
ProxyProperties properties;
|
||||
ProxyExchangeWebfluxProperties properties;
|
||||
|
||||
@Test
|
||||
public void deprecatedRoutePropertiesWork() {
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user