Skip to content

Commit e2d4081

Browse files
committed
Add assertion for get autoscaling decision API test
This commit adds a match assertion to the get autoscaling decision REST test.
1 parent 922e09b commit e2d4081

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/autoscaling/qa/rest/src/test/resources/rest-api-spec/test/autoscaling/get_autoscaling_decision.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
"Test get autoscaling decision":
33
- do:
44
autoscaling.get_autoscaling_decision: {}
5+
6+
- match: { "decisions": [] }

0 commit comments

Comments
 (0)