Skip to content

Commit

Permalink
fix yaml tests for updateHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
Samiul-TheSoccerFan committed Sep 19, 2024
1 parent 96eb24f commit f69b776
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ public static GetResult extractGetResult(
BytesReference sourceFilteredAsBytes = sourceAsBytes;
if (request.fetchSource().hasFilter()) {
sourceFilteredAsBytes = Source.fromMap(source, sourceContentType)
.filter(request.fetchSource().filter(null))
.filter(request.fetchSource().filter(mappingLookup))
.internalSourceRef();
}

Expand Down

0 comments on commit f69b776

Please sign in to comment.