diff options
| -rw-r--r-- | changelogs/fragments/fix_delete_route_maps.yaml | 3 | ||||
| -rw-r--r-- | tests/integration/targets/vyos_route_maps/tests/cli/deleted.yaml | 2 | 
2 files changed, 4 insertions, 1 deletions
| diff --git a/changelogs/fragments/fix_delete_route_maps.yaml b/changelogs/fragments/fix_delete_route_maps.yaml new file mode 100644 index 00000000..ac14f57a --- /dev/null +++ b/changelogs/fragments/fix_delete_route_maps.yaml @@ -0,0 +1,3 @@ +--- +trivial: +  - fix delete integration test 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 efcb88ba..c8b9e26c 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: | 
