Skip to content

Commit ee9442d

Browse files
committed
Fix the name of an autoscaling policy test
The test name says it is testing the put autoscaling decision API, but that is not right, since no such API exists (nor will exist). This commit corrects the name of this test to reflect the fact that the test is about the put autoscaling policy API.
1 parent b82618d commit ee9442d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"Test put autoscaling decision":
2+
"Test put autoscaling policy":
33
- do:
44
autoscaling.put_autoscaling_policy:
55
name: hot

0 commit comments

Comments
 (0)