From c3c86a02483ce6007c1e68fc396722b1f45c24b7 Mon Sep 17 00:00:00 2001 From: Kevin Breit Date: Wed, 4 Jul 2018 17:27:42 -0500 Subject: [PATCH] Small fixes for bad variable names (#42287) --- test/integration/targets/meraki_vlan/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/targets/meraki_vlan/tasks/main.yml b/test/integration/targets/meraki_vlan/tasks/main.yml index a6c1c384f44..1edad71b196 100644 --- a/test/integration/targets/meraki_vlan/tasks/main.yml +++ b/test/integration/targets/meraki_vlan/tasks/main.yml @@ -160,7 +160,7 @@ that: - update_vlan_add_ip.changed == True - update_vlan_add_ip.data.fixedIpAssignments | length == 2 - - update_vlan_add_ip.data.reservedIpRange | length == 2 + - update_vlan_add_ip.data.reservedIpRanges | length == 2 - name: Remove IP assignments and reserved IP ranges meraki_vlan: @@ -191,7 +191,7 @@ that: - update_vlan_remove_ip.changed == True - update_vlan_remove_ip.data.fixedIpAssignments | length == 1 - - update_vlan_remove_ip.data.reservedIpRange | length == 1 + - update_vlan_remove_ip.data.reservedIpRanges | length == 1 - name: Update VLAN with idempotency meraki_vlan: