From 5cf43ea4a8d8f9f25a1bf834cabcbee1aa429ec4 Mon Sep 17 00:00:00 2001 From: Tal Levy Date: Fri, 15 Feb 2019 15:01:49 -0800 Subject: [PATCH] relax ML Info Docs expected response 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. --- docs/reference/ml/apis/get-ml-info.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/ml/apis/get-ml-info.asciidoc b/docs/reference/ml/apis/get-ml-info.asciidoc index 67484c0073179..fb9212a59afbc 100644 --- a/docs/reference/ml/apis/get-ml-info.asciidoc +++ b/docs/reference/ml/apis/get-ml-info.asciidoc @@ -58,4 +58,4 @@ This is a possible response: "limits" : { } } ---- -// TESTRESPONSE +// TESTRESPONSE[s/"upgrade_mode": false/"upgrade_mode": $body.upgrade_mode/]