Skip to content

Commit 89c16e9

Browse files
committed
Fix utils_login integration test to match the newly modified API module.
1 parent a2a1ce4 commit 89c16e9

File tree

1 file changed

+2
-1
lines changed
  • tests/integration/targets/utils_login/tasks

1 file changed

+2
-1
lines changed

tests/integration/targets/utils_login/tasks/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
ansible.builtin.assert:
2323
that:
2424
- ping_result is not changed
25-
- ping_result.record.0 == "status"
25+
- ping_result.record.status is defined
26+
- ping_result.record.status == "Active"
2627

2728
# ===================================================================
2829
# local user, from cluster_instance variable

0 commit comments

Comments
 (0)