Skip to content

Commit

Permalink
Update sd-devices test to check for udisks2, not cryptsetup
Browse files Browse the repository at this point in the history
  • Loading branch information
rocodes committed Feb 22, 2024
1 parent 2813dab commit 4a2f23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sd_devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test_files_are_properly_copied(self):
self.assertTrue(self._fileExists("/usr/share/mime/packages/application-x-sd-export.xml"))

def test_sd_export_package_installed(self):
self.assertTrue(self._package_is_installed("cryptsetup"))
self.assertTrue(self._package_is_installed("udisks2"))
self.assertTrue(self._package_is_installed("printer-driver-brlaser"))
self.assertTrue(self._package_is_installed("printer-driver-hpcups"))
self.assertTrue(self._package_is_installed("securedrop-export"))
Expand Down

0 comments on commit 4a2f23f

Please sign in to comment.