Skip to content

Commit

Permalink
explicitly set login_text to '' in setting info test
Browse files Browse the repository at this point in the history
we assert the value, but recent Foreman versions changed the default
  • Loading branch information
evgeni authored and ekohl committed Apr 26, 2023
1 parent 85698bc commit 9fbdb89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_playbooks/setting_info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
- vars/server.yml
tasks:
- include_tasks: tasks/setting.yml
vars:
setting_name: 'login_text'
setting_value: ''

- hosts: tests
collections:
Expand Down

0 comments on commit 9fbdb89

Please sign in to comment.