mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Update contribution
Closes gh-35698
This commit is contained in:
+1
-1
@@ -166,7 +166,7 @@ class DefaultRestTestClientBuilder<B extends RestTestClient.Builder<B>> implemen
|
||||
}
|
||||
|
||||
return new DefaultRestTestClient(
|
||||
this.restClientBuilder, this.entityResultConsumer, this);
|
||||
this.restClientBuilder, this.entityResultConsumer, new DefaultRestTestClientBuilder<>(this));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user