We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5aeccf commit 5626500Copy full SHA for 5626500
tests/machine_learning/calendar_crud.yml
@@ -64,7 +64,7 @@ teardown:
64
- match: { calendar_id: advent }
65
- match: { job_ids.0: cal }
66
- match: { job_ids.1: cal2 }
67
- - match: { description: "This is a calendar about..."}
+ - match: { description: "This is a calendar about..." }
68
69
- do:
70
ml.get_calendars:
tests/transform/10_basic.yml
@@ -52,7 +52,7 @@ teardown:
52
transform.schedule_now_transform: { transform_id: 'population' }
53
- is_true: 'acknowledged'
54
55
- transform.stop_transform: { transform_id: 'population' }
+ transform.stop_transform: { transform_id: 'population', wait_for_completion: true }
56
57
58
transform.reset_transform: { transform_id: 'population' }
0 commit comments