Skip to content

Commit 34c8e16

Browse files
Fix cleanup of test
Relates elastic#60888
1 parent 76236dc commit 34c8e16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010

1111
- match: { "acknowledged": true }
1212

13+
# test cleanup
14+
- do:
15+
autoscaling.delete_autoscaling_policy:
16+
name: my_autoscaling_policy
17+
1318
---
1419
"Test put autoscaling policy with non-existent decider":
1520
- do:

0 commit comments

Comments
 (0)