Skip to content

Commit 6b20e8e

Browse files
authored
[ML] Fixing doc test substitution bug (#79943)
The substitutions should not have a space after the field name. Fixes #79931
1 parent bc78c43 commit 6b20e8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/ml/df-analytics/apis/put-dfanalytics.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ PUT _ml/data_frame/analytics/loganalytics
657657
}
658658
}
659659
--------------------------------------------------
660-
// TEST[skip:"AwaitsFix https://github.com/elastic/elasticsearch/issues/79931"]
660+
// TEST[setup:setup_logdata]
661661

662662

663663
The API returns the following result:
@@ -692,7 +692,7 @@ The API returns the following result:
692692
}
693693
----
694694
// TESTRESPONSE[s/1562265491319/$body.$_path/]
695-
// TESTRESPONSE[s/"version" : "8.0.0"/"version" : $body.version/]
695+
// TESTRESPONSE[s/"version": "8.0.0"/"version": $body.version/]
696696

697697

698698
[[ml-put-dfanalytics-example-r]]

0 commit comments

Comments
 (0)