Skip to content
Snippets Groups Projects
Commit c253afa4 authored by nimrod's avatar nimrod
Browse files

- Corrected a test.

parent 71e29723
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,4 @@ def test_unattended_upgrades(Service, Package, File, Command):
assert Package('unattended-upgrades').is_installed
assert Service('unattended-upgrades').is_enabled
assert File('/etc/apt/apt.conf.d/50unattended-upgrades').is_file
assert Command('/usr/bin/unattended-upgrade --dry-run')
assert Command('/usr/bin/unattended-upgrade --dry-run').rc == 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment