Skip to content

Commit

Permalink
Fix shard-stores doc test (#98581)
Browse files Browse the repository at this point in the history
The replacement wasn't actually doing anything due to different JSON types
  • Loading branch information
thecoop authored Aug 17, 2023
1 parent 6b8cb58 commit 9538208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/indices/shard-stores.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ The API returns the following response:
// TESTRESPONSE[s/"attributes": \{[^}]*\}/"attributes": $body.$_path/]
// TESTRESPONSE[s/"roles": \[[^]]*\]/"roles": $body.$_path/]
// TESTRESPONSE[s/"8.10.0"/\$node_version/]
// TESTRESPONSE[s/"7000099"/"\d+"/]
// TESTRESPONSE[s/"8100099"/"\d+"/]
// TESTRESPONSE[s/"min_index_version": 7000099/"min_index_version": $body.$_path/]
// TESTRESPONSE[s/"max_index_version": 8100099/"max_index_version": $body.$_path/]



Expand Down

0 comments on commit 9538208

Please sign in to comment.