diff --git a/test/integration/targets/junos_command/tests/netconf_xml/lessthan.yaml b/test/integration/targets/junos_command/tests/netconf_xml/lessthan.yaml index bab8333808..6d96c9506d 100644 --- a/test/integration/targets/junos_command/tests/netconf_xml/lessthan.yaml +++ b/test/integration/targets/junos_command/tests/netconf_xml/lessthan.yaml @@ -25,7 +25,7 @@ - show interfaces lo0 format: xml wait_for: - - "result[1].rpc-reply.interface-information.physical-interface.mtu lt 7" + - "result[1].rpc-reply.interface-information.physical-interface.local-index lt 7" provider: "{{ netconf }}" register: result