Skip to content

Commit

Permalink
Small update
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <cwperx@amazon.com>
  • Loading branch information
cwperks committed Sep 11, 2024
1 parent 93c84c1 commit 63f8b91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ abstract class IndexStateManagementRestTestCase : IndexManagementRestTestCase()
val res =
adminClient().makeRequest(
"PUT", "$index/_settings", emptyMap(),
StringEntity(body, ContentType.APPLICATION_JSON),
StringEntity(body, APPLICATION_JSON),
)
assertEquals("Update index setting failed", RestStatus.OK, res.restStatus())
}
Expand Down

0 comments on commit 63f8b91

Please sign in to comment.