Fix hardcoded version replacement in put-dfanalytics.asciidoc #51053

The version replacement for the code snippet should replace 7.6 with the current version,
but doesn't match because of a missing whitespace.

Closes #51052
This commit is contained in:
Christoph Büscher 2020-01-15 18:09:37 +01:00 committed by GitHub
parent 65af0a0f0a
commit d291f189a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ The API returns the following result:
} }
---- ----
// TESTRESPONSE[s/1562265491319/$body.$_path/] // TESTRESPONSE[s/1562265491319/$body.$_path/]
// TESTRESPONSE[s/"version": "7.6.0"/"version": $body.version/] // TESTRESPONSE[s/"version" : "7.6.0"/"version" : $body.version/]
[[ml-put-dfanalytics-example-r]] [[ml-put-dfanalytics-example-r]]