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
* Fix#38623 remove xpack namespace REST API
Except for xpack.usage and xpack.info API's, this moves the last remaining API's out of the xpack namespace
* rename xpack api's inside inside the files as well
* updated yaml tests references to xpack namespaces api's
* update callsApi calls in the IT subclasses
* make sure docs testing does not use xpack namespaced api's
* fix leftover xpack namespaced method names in docs/build.gradle
* found another leftover reference
(cherry picked from commit ccb5d93)
Copy file name to clipboardExpand all lines: x-pack/plugin/ml/qa/ml-with-security/src/test/java/org/elasticsearch/smoketest/MlWithSecurityUserRoleIT.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,9 @@ public void test() throws IOException {
35
35
// role
36
36
for (ExecutableSectionsection : testCandidate.getTestSection().getExecutableSections()) {
37
37
if (sectioninstanceofDoSection) {
38
-
if (((DoSection) section).getApiCallSection().getApi().startsWith("xpack.ml.") &&
0 commit comments