Update contribution

Closes gh-35698
This commit is contained in:
rstoyanchev
2025-11-03 09:51:25 +00:00
parent 8e046b8a3c
commit 1ee05cc180
2 changed files with 16 additions and 5 deletions
@@ -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));
}