diff --git a/test/integration/targets/vyos_user/tests/cli/basic.yaml b/test/integration/targets/vyos_user/tests/cli/basic.yaml index e06619a56c..e2d0716309 100644 --- a/test/integration/targets/vyos_user/tests/cli/basic.yaml +++ b/test/integration/targets/vyos_user/tests/cli/basic.yaml @@ -10,8 +10,8 @@ - assert: that: - 'result.changed == true' - - '"set system login user" in result.commands' - - '"authentication plaintext-password" in result.commands' + - '"set system login user" in result.commands[0]' + - '"authentication plaintext-password" in result.commands[0]' - name: Collection of users (SetUp) vyos_user: