From b40a269ef86aff5928dfda162cad8a7e6884debb Mon Sep 17 00:00:00 2001 From: Ashwini Mhatre Date: Mon, 17 May 2021 15:26:48 +0530 Subject: fix route-map delete integrataion test (#162) fix route-map delete integrataion test Reviewed-by: https://github.com/apps/ansible-zuul --- tests/integration/targets/vyos_route_maps/tests/cli/deleted.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/integration/targets') diff --git a/tests/integration/targets/vyos_route_maps/tests/cli/deleted.yaml b/tests/integration/targets/vyos_route_maps/tests/cli/deleted.yaml index efcb88b..c8b9e26 100644 --- a/tests/integration/targets/vyos_route_maps/tests/cli/deleted.yaml +++ b/tests/integration/targets/vyos_route_maps/tests/cli/deleted.yaml @@ -24,7 +24,7 @@ - name: Delete the existing configuration with the provided running configuration (IDEMPOTENT) register: result - vyos.vyos.vyos_ospf_interfaces: *id001 + vyos.vyos.vyos_route_maps: *id001 - name: Assert that the previous task was idempotent assert: -- cgit v1.2.3