Skip to content

Commit

Permalink
Merge branch 'opensearch-project:main' into integ-add-get_format-func…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
GabeFernandez310 authored Feb 9, 2023
2 parents c51b22b + 4b3cdbb commit 1d052f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ public void nonRegisteredSQLSettingsThrowException() throws IOException {

actual = new JSONObject(TestUtils.getResponseBody(response));
assertThat(actual.getInt("status"), equalTo(400));
assertThat(actual.query("/error/type"), equalTo("illegal_argument_exception"));
assertThat(actual.query("/error/type"), equalTo("settings_exception"));
assertThat(
actual.query("/error/reason"),
equalTo("transient setting [plugins.sql.query.state.city], not recognized")
Expand Down

0 comments on commit 1d052f8

Please sign in to comment.