Skip to content

Commit

Permalink
Remove sysout
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Dec 12, 2023
1 parent 4b128da commit 8f2ddbf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ public void testRenderSearchTemplateRequestSuccess() {
renderSearchTemplate,
TEST_RENDER_SEARCH_TEMPLATE_QUERY
);
System.out.println("renderSearchTemplateResponse: " + renderSearchTemplateResponse.getBody());
assertThat(renderSearchTemplateResponse.getStatusCode(), equalTo(HttpStatus.SC_OK));
}
}
Expand Down

0 comments on commit 8f2ddbf

Please sign in to comment.