Skip to content

Commit

Permalink
Fix sd-log vm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rocodes committed Feb 14, 2025
1 parent d7da1cc commit 73f4c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_vms_exist.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def test_sd_log_config(self):
self.assertEqual(vm.features["service.securedrop-log-server"], "1")
self.assertEqual(vm.features["service.securedrop-logging-disabled"], "1")
# See sd-log.sls "sd-install-epoch" feature
self.assertEqual(vm.features["sd-install-epoch"], "1")
self.assertEqual(vm.features["sd-install-epoch"], "1001")

self.assertFalse(vm.template_for_dispvms)
self.assertIn("sd-workstation", vm.tags)
Expand Down

0 comments on commit 73f4c3c

Please sign in to comment.