Add assertion for get autoscaling decision API test

This commit adds a match assertion to the get autoscaling decision REST
test.
This commit is contained in:
Jason Tedor 2020-03-29 14:35:48 -04:00
parent 686f4f0158
commit d2aced810d
No known key found for this signature in database
GPG Key ID: FA89F05560F16BC5

View File

@ -2,3 +2,5 @@
"Test get autoscaling decision":
- do:
autoscaling.get_autoscaling_decision: {}
- match: { "decisions": [] }