Skip to content

Commit

Permalink
Merge pull request #7357 from freedomofpress/stg-reboot-typo
Browse files Browse the repository at this point in the history
Fix typo of securedrop-reboot-required unit in testinfra tests
  • Loading branch information
zenmonkeykstop authored Nov 26, 2024
2 parents 802c8da + e12cf2c commit aa12285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/testinfra/common/test_automatic_updates.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def test_reboot_required_timer(host):
assert cmd.rc == 0
cmd = host.run("systemctl start securedrop-reboot-required")
assert cmd.rc == 0
while host.service("securedrop-reboot-requried").is_running:
while host.service("securedrop-reboot-required").is_running:
time.sleep(1)
assert host.file("/var/run/reboot-required").exists

Expand Down

0 comments on commit aa12285

Please sign in to comment.