From f9bd443fc53a4b0cbff25d4d2e66f54ff2781608 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Thu, 30 Aug 2018 18:09:12 +0200 Subject: [PATCH] Please work --- .../client/feign/servererrors/FeignClientServerErrorTests.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/web/client/feign/servererrors/FeignClientServerErrorTests.java b/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/web/client/feign/servererrors/FeignClientServerErrorTests.java index ac4e06d03..702cee2f5 100644 --- a/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/web/client/feign/servererrors/FeignClientServerErrorTests.java +++ b/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/web/client/feign/servererrors/FeignClientServerErrorTests.java @@ -76,7 +76,8 @@ import static org.assertj.core.api.BDDAssertions.then; "spring.application.name=fooservice", "feign.hystrix.enabled=true", "hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=60000", - "hystrix.command.default.execution.isolation.strategy=SEMAPHORE"}) + "hystrix.command.default.execution.isolation.strategy=SEMAPHORE", + "hystrix.execution.isolation.strategy=SEMAPHORE"}) public class FeignClientServerErrorTests { private static final Log log = LogFactory.getLog(FeignClientServerErrorTests.class);