Skip to content

Commit

Permalink
fixup! Add rec-52
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodenhaltung committed Jan 20, 2025
1 parent 6e0605c commit bcbd4be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions molecule/resources/tests/repo-52/test_repo_52.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def test_pdns_repo(host):
def test_pdns_version(host):
cmd = host.run('/usr/sbin/pdns_recursor --version')

assert 'PowerDNS Recursor' in cmd.stderr
assert '5.2' in cmd.stderr
assert 'PowerDNS Recursor' in cmd.stderr or 'PowerDNS Recursor' in cmd.stdout
assert '5.2' in cmd.stderr or '5.2' in cmd.stdout


def systemd_override(host):
Expand Down

0 comments on commit bcbd4be

Please sign in to comment.