From e9df7a844b1809faf85aa5b7d6bfa2f7260ae137 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 21 Oct 2019 15:57:00 +0200 Subject: [PATCH] Added missing import --- .../sleuth/instrument/web/client/integration/WebClientTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/web/client/integration/WebClientTests.java b/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/web/client/integration/WebClientTests.java index 776e2b2e8..8ed89733a 100644 --- a/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/web/client/integration/WebClientTests.java +++ b/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/web/client/integration/WebClientTests.java @@ -92,6 +92,7 @@ import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web.bind.annotation.RestController; import org.springframework.web.client.HttpClientErrorException; import org.springframework.web.client.RestTemplate; +import org.springframework.web.reactive.function.client.UnknownHttpStatusCodeException; import org.springframework.web.reactive.function.client.WebClient; import static org.assertj.core.api.Assertions.fail;