The autoscaling REST tests use policies named "hot" in their test cases. Instead, this commit changes the name of these policies to "my_autoscaling_policy".
@@ -2,7 +2,7 @@
"Test delete autoscaling policy":
- do:
autoscaling.put_autoscaling_policy:
- name: hot
+ name: my_autoscaling_policy
body:
policy:
deciders:
@@ -12,7 +12,7 @@
autoscaling.delete_autoscaling_policy:
# TODO: add validation that the policy is removed after we have a get policy API
"Test put autoscaling policy":
@@ -13,7 +13,7 @@
catch: bad_request