From 5bbba2297085f88e1872e8214131f770a6d719d3 Mon Sep 17 00:00:00 2001 From: Bikouo Aubin <79859644+abikouo@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:14:25 +0200 Subject: [PATCH] Update tests/integration/targets/autoscaling_instance_refresh/tasks/instance_refresh_info.yml Co-authored-by: GomathiselviS --- .../tasks/instance_refresh_info.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/targets/autoscaling_instance_refresh/tasks/instance_refresh_info.yml b/tests/integration/targets/autoscaling_instance_refresh/tasks/instance_refresh_info.yml index ab247c16bdf..060bf69c99d 100644 --- a/tests/integration/targets/autoscaling_instance_refresh/tasks/instance_refresh_info.yml +++ b/tests/integration/targets/autoscaling_instance_refresh/tasks/instance_refresh_info.yml @@ -1,5 +1,5 @@ --- -- name: test getting info for an ASG name +- name: Test getting info for an ASG name autoscaling_instance_refresh_info: name: "{{ asg_name }}" register: output