Skip to content

Commit

Permalink
Resolving issues with compile and ktlint
Browse files Browse the repository at this point in the history
Signed-off-by: Kshitij Tandon <tandonks@amazon.com>
  • Loading branch information
tandonks committed Nov 4, 2024
1 parent 336d1b3 commit 74033b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ abstract class RollupRestTestCase : IndexManagementRestTestCase() {
val res =
client().makeRequest(
"PUT", "_cluster/settings", emptyMap(),
StringEntity(request, ContentType.APPLICATION_JSON),
StringEntity(request, APPLICATION_JSON),
)
assertEquals("Request failed", RestStatus.OK, res.restStatus())
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ class RollupInterceptorIT : RollupRestTestCase() {
"max_passenger_count": { "max": { "field": "passenger_count" } }
}
}
""".trimIndent()
""".trimIndent()
// Search 1 non-rollup index and 1 rollup
updateSearchRawRollupClusterSetting(false)
val searchResult1 = client().makeRequest("POST", "/$sourceIndex2,$targetIndex2/_search", emptyMap(), StringEntity(req, ContentType.APPLICATION_JSON))
Expand Down

0 comments on commit 74033b6

Please sign in to comment.