Skip to content

Commit

Permalink
Tests: Rename task.get to tasks.get
Browse files Browse the repository at this point in the history
The task.get action got renamed to tasks.get, some tests
did not change this.

Relates elastic#19107
  • Loading branch information
spinscale committed Jun 28, 2016
1 parent f79851e commit ab8ff89
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
- is_false: deleted

- do:
task.get:
tasks.get:
wait_for_completion: true
task_id: $task
- is_false: node_failures
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
task_id: $task

- do:
task.get:
tasks.get:
wait_for_completion: true
task_id: $task

Expand Down Expand Up @@ -197,6 +197,6 @@
task_id: $task

- do:
task.get:
tasks.get:
wait_for_completion: true
task_id: $task
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
- is_false: deleted

- do:
task.get:
tasks.get:
wait_for_completion: true
task_id: $task
- is_false: node_failures
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
task_id: $task

- do:
task.get:
tasks.get:
wait_for_completion: true
task_id: $task

Expand Down Expand Up @@ -214,6 +214,6 @@
task_id: $task

- do:
task.get:
tasks.get:
wait_for_completion: true
task_id: $task
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
- is_false: deleted

- do:
task.get:
tasks.get:
wait_for_completion: true
task_id: $task
- is_false: node_failures
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
task_id: $task

- do:
task.get:
tasks.get:
wait_for_completion: true
task_id: $task

Expand Down Expand Up @@ -172,6 +172,6 @@
task_id: $task

- do:
task.get:
tasks.get:
wait_for_completion: true
task_id: $task

0 comments on commit ab8ff89

Please sign in to comment.