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.
This commit is contained in:
Tal Levy 2019-02-15 16:26:41 -08:00 committed by Tal Levy
parent 9fbfe77bb0
commit 92756288b4
1 changed files with 1 additions and 1 deletions

View File

@ -58,4 +58,4 @@ This is a possible response:
"limits" : { }
}
----
// TESTRESPONSE
// TESTRESPONSE[s/"upgrade_mode": false/"upgrade_mode": $body.upgrade_mode/]