Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Jackie Han <jkhanjob@gmail.com>
  • Loading branch information
jackiehanyang committed Sep 3, 2024
1 parent 3ebc42d commit f9bf688
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -853,8 +853,7 @@ public <Request extends ActionRequest, Response extends ActionResponse> void doE
null,
detector.getCustomResultIndexMinSize(),
detector.getCustomResultIndexMinAge(),
detector.getCustomResultIndexTTL(),
false
detector.getCustomResultIndexTTL()
);
try {
listener.onResponse((Response) TestHelpers.createGetResponse(clone, clone.getId(), CommonName.CONFIG_INDEX));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,6 @@ public void testNullFixedValue() throws IOException {
null,
null,
null,
null,
null
)
);
Expand Down

0 comments on commit f9bf688

Please sign in to comment.