You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/test/kotlin/org/opensearch/indexmanagement/indexstatemanagement/resthandler/IndexStateManagementRestApiIT.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ class IndexStateManagementRestApiIT : IndexStateManagementRestTestCase() {
150
150
fun`test mappings after policy creation`() {
151
151
createRandomPolicy()
152
152
153
-
val response =client().makeRequest("GET", "/$INDEX_MANAGEMENT_INDEX/_mapping")
153
+
val response =adminClient().makeRequest("GET", "/$INDEX_MANAGEMENT_INDEX/_mapping")
0 commit comments