Merge branch '6.2.x'
This commit is contained in:
@@ -53,7 +53,6 @@ import static org.mockito.Mockito.when;
|
||||
*/
|
||||
class WebClientObservationTests {
|
||||
|
||||
|
||||
private final TestObservationRegistry observationRegistry = TestObservationRegistry.create();
|
||||
|
||||
private final ExchangeFunction exchangeFunction = mock();
|
||||
@@ -63,6 +62,7 @@ class WebClientObservationTests {
|
||||
private WebClient.Builder builder;
|
||||
|
||||
@BeforeEach
|
||||
@SuppressWarnings("unchecked")
|
||||
void setup() {
|
||||
Hooks.enableAutomaticContextPropagation();
|
||||
ClientResponse mockResponse = mock();
|
||||
|
||||
Reference in New Issue
Block a user