formatting
This commit is contained in:
@@ -58,8 +58,9 @@ public class DisableBuiltInPredicatesTests {
|
||||
}
|
||||
|
||||
@RunWith(SpringRunner.class)
|
||||
@SpringBootTest(classes = Config.class, properties = { "spring.cloud.gateway.predicate.after.enabled=false",
|
||||
"spring.cloud.gateway.predicate.before.enabled=false" })
|
||||
@SpringBootTest(classes = Config.class,
|
||||
properties = { "spring.cloud.gateway.predicate.after.enabled=false",
|
||||
"spring.cloud.gateway.predicate.before.enabled=false" })
|
||||
@ActiveProfiles("disable-components")
|
||||
public static class DisableSpecificsPredicatesByProperty {
|
||||
|
||||
|
||||
@@ -43,8 +43,9 @@ import static org.springframework.boot.test.context.SpringBootTest.WebEnvironmen
|
||||
/**
|
||||
* @author Ryan Baxter
|
||||
*/
|
||||
@SpringBootTest(webEnvironment = RANDOM_PORT, properties = { "logging.level.org.springframework.cloud.gateway=TRACE",
|
||||
"debug=true", "spring.cloud.circuitbreaker.hystrix.enabled=false" })
|
||||
@SpringBootTest(webEnvironment = RANDOM_PORT,
|
||||
properties = { "logging.level.org.springframework.cloud.gateway=TRACE", "debug=true",
|
||||
"spring.cloud.circuitbreaker.hystrix.enabled=false" })
|
||||
@ContextConfiguration(classes = SpringCloudCircuitBreakerResilience4JFilterFactoryTests.Config.class)
|
||||
@DirtiesContext
|
||||
public class SpringCloudCircuitBreakerResilience4JFilterFactoryTests
|
||||
|
||||
Reference in New Issue
Block a user