Skip to content

Commit 5626500

Browse files
committed
Whitespace, makes transform test more robust
1 parent d5aeccf commit 5626500

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/machine_learning/calendar_crud.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ teardown:
6464
- match: { calendar_id: advent }
6565
- match: { job_ids.0: cal }
6666
- match: { job_ids.1: cal2 }
67-
- match: { description: "This is a calendar about..."}
67+
- match: { description: "This is a calendar about..." }
6868

6969
- do:
7070
ml.get_calendars:

tests/transform/10_basic.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ teardown:
5252
transform.schedule_now_transform: { transform_id: 'population' }
5353
- is_true: 'acknowledged'
5454
- do:
55-
transform.stop_transform: { transform_id: 'population' }
55+
transform.stop_transform: { transform_id: 'population', wait_for_completion: true }
5656
- is_true: 'acknowledged'
5757
- do:
5858
transform.reset_transform: { transform_id: 'population' }

0 commit comments

Comments
 (0)