Skip to content

Commit

Permalink
Update integ-test/src/test/java/org/opensearch/sql/legacy/QueryIT.java
Browse files Browse the repository at this point in the history
Co-authored-by: Guian Gumpac <guian.gumpac@improving.com>
Signed-off-by: Mitchell Gale <Mitchell.gale@improving.com>
  • Loading branch information
MitchellGale and GumpacG authored Aug 16, 2023
1 parent 8ccb473 commit 6415b06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public void selectAllWithFieldReturnsAll() throws IOException {
JSONObject response =
executeQuery(
StringUtils.format(
"SELECT *, age " + "FROM %s " + "LIMIT 5", TestsConstants.TEST_INDEX_BANK));
"SELECT *, age FROM %s LIMIT 5", TestsConstants.TEST_INDEX_BANK));

checkSelectAllAndFieldResponseSize(response);
}
Expand Down

0 comments on commit 6415b06

Please sign in to comment.