diff --git a/test/integration/targets/nxos_command/tests/nxapi/sanity.yaml b/test/integration/targets/nxos_command/tests/nxapi/sanity.yaml index 47e3cce0f8..b457624c96 100644 --- a/test/integration/targets/nxos_command/tests/nxapi/sanity.yaml +++ b/test/integration/targets/nxos_command/tests/nxapi/sanity.yaml @@ -41,8 +41,9 @@ - name: "Run show running-config bgp - should pass" nxos_command: - commands: - - sh running-config bgp + commands: + - command: sh running-config bgp + output: text provider: "{{ nxapi }}" register: result