Skip to content

Commit e0e47c5

Browse files
authored
relax ML Info Docs expected response (#38993)
the get-ml-info API documentation tested that the response show that ML's `upgrade_mode` was false. For reasons that may be true due to other tests running in parallel or not cleaning themselves up, this may not be guaranteed. Since the actual value here is not of importance, this commit relaxes the requirement that upgrade_mode be static.
1 parent 1fc5958 commit e0e47c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/ml/apis/get-ml-info.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ This is a possible response:
5858
"limits" : { }
5959
}
6060
----
61-
// TESTRESPONSE
61+
// TESTRESPONSE[s/"upgrade_mode": false/"upgrade_mode": $body.upgrade_mode/]

0 commit comments

Comments
 (0)