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-2
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ class IndexStateManagementRestApiIT : IndexStateManagementRestTestCase() {
148
148
fun`test mappings after policy creation`() {
149
149
createRandomPolicy()
150
150
151
-
val response =client().makeRequest("GET", "/$INDEX_MANAGEMENT_INDEX/_mapping")
151
+
val response =adminClient().makeRequest("GET", "/$INDEX_MANAGEMENT_INDEX/_mapping")
0 commit comments