Skip to content

Commit

Permalink
also rename the api in the spec and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Apr 2, 2020
1 parent b4a6ddc commit 2669a28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cat.transform":{
"cat.transforms":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-transforms.html",
"description": "Gets configuration and usage information about transforms."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ teardown:
---
"Test cat transform stats hiding headers":
- do:
cat.transform:
cat.transforms:
transform_id: "airline-transform-stats"
- match:
$body: |
Expand All @@ -61,7 +61,7 @@ teardown:
---
"Test cat transform stats with column selection":
- do:
cat.transform:
cat.transforms:
transform_id: "airline-transform-stats"
v: true
h: id,version,source_index,dest_index,search_total,index_total,docp,cdtea,indexed_documents_exp_avg
Expand Down Expand Up @@ -90,7 +90,7 @@ teardown:
"description": "description"
}
- do:
cat.transform:
cat.transforms:
transform_id: "airline-transform-batch"
v: true
- match:
Expand Down Expand Up @@ -126,7 +126,7 @@ teardown:
}
}
- do:
cat.transform:
cat.transforms:
transform_id: "airline-transform-continuous"
v: true
- match:
Expand Down

0 comments on commit 2669a28

Please sign in to comment.