Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elastic/elasticsearch-clients-tests
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1769208d15d1188a76d6c3f753a269161aa2f9f8
Choose a base ref
..
head repository: elastic/elasticsearch-clients-tests
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6af25fce0ff6ee80c9da14008f8f32eb791ed0ed
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 tests/tasks.yml
  2. +1 −1 tests/tasks_serverless.yml
2 changes: 1 addition & 1 deletion tests/tasks.yml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ teardown:

- do:
tasks.get: { task_id: $task }
catch: resource_not_found_exception
- is_true: response

- do:
tasks.get: { task_id: 'node_id:123456' }
2 changes: 1 addition & 1 deletion tests/tasks_serverless.yml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ teardown:

- do:
tasks.get: { task_id: $task }
catch: resource_not_found_exception
- is_true: response

- do:
tasks.get: { task_id: 'node_id:123456' }