diff options
author | Ashwini Mhatre <mashu97@gmail.com> | 2021-05-17 15:26:48 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-17 09:56:48 +0000 |
commit | b40a269ef86aff5928dfda162cad8a7e6884debb (patch) | |
tree | 1e549e3a5658c0da781d55cd98aef21f93e34640 /tests/integration/targets | |
parent | 407eec39119320875ffcdede81155a9a5ed201d7 (diff) | |
download | vyos-ansible-collection-b40a269ef86aff5928dfda162cad8a7e6884debb.tar.gz vyos-ansible-collection-b40a269ef86aff5928dfda162cad8a7e6884debb.zip |
fix route-map delete integrataion test (#162)
fix route-map delete integrataion test
Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'tests/integration/targets')
-rw-r--r-- | tests/integration/targets/vyos_route_maps/tests/cli/deleted.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |