Skip to content

Commit 64ecb17

Browse files
committed
[TEST] Minor updates to rest api spec tests
1 parent d4ffbf5 commit 64ecb17

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/msearch/10_basic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ setup:
6666
"Least impact smoke test":
6767
# only passing these parameters to make sure they are consumed
6868
- do:
69-
max_concurrent_shard_requests: 1
70-
max_concurrent_searches: 1
7169
msearch:
70+
max_concurrent_shard_requests: 1
71+
max_concurrent_searches: 1
7272
body:
7373
- index: index_*
7474
- query:

rest-api-spec/src/main/resources/rest-api-spec/test/tasks.list/10_basic.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"tasks_list headers":
2323
- skip:
2424
version: " - 6.99.99"
25+
features: headers
2526
reason: task headers has been added in 7.0.0
2627

2728
- do:

0 commit comments

Comments
 (0)