Skip to content

Commit

Permalink
Try to fix integration test.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-checkmk committed Mar 27, 2024
1 parent 1e9b6e1 commit 6522194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/targets/user/tasks/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
run_once: true # noqa run-once[task]
when: "'2.3' in outer_item.version"
register: checkmk_shortpwcheck_create
failed_when: "'Password too short. For 2.3 and higher' not in checkmk_shortpwcheck_create.msg"
failed_when: "'Please enter an automation secret of at least 10 characters.' not in checkmk_shortpwcheck_create.msg"

- name: "{{ outer_item.version }} - {{ outer_item.edition | upper }} - Test reset with short pw for 2.3 (should fail)"
user: # noqa fqcn[action-core] # The FQCN lint makes no sense here, as we want to test our local module
Expand Down

0 comments on commit 6522194

Please sign in to comment.