Disable token-relay filter in disabled test

This commit is contained in:
spencergibb
2020-11-10 13:11:22 -05:00
parent 8722f4062e
commit 965abef4af

View File

@@ -109,7 +109,7 @@ public class DisableBuiltInFiltersTests {
"spring.cloud.gateway.filter.request-size.enabled=false",
"spring.cloud.gateway.filter.request-header-size.enabled=false",
"spring.cloud.gateway.filter.circuit-breaker.enabled=false",
"spring.cloud.gateway.filter.hystrix.enabled=false",
"spring.cloud.gateway.filter.token-relay.enabled=false",
"spring.cloud.gateway.filter.fallback-headers.enabled=false" })
@ActiveProfiles("disable-components")
public static class DisableAllFiltersByProperty {