Skip to content

Commit

Permalink
Merge pull request #515 from freedomofpress/511-gnome-disks-export
Browse files Browse the repository at this point in the history
Adds gnome-disks to sd-devices tests
  • Loading branch information
conorsch authored Mar 28, 2020
2 parents 9a59a72 + 37b56c2 commit 8550983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_sd_devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def test_sd_export_package_installed(self):
self.assertTrue(self._package_is_installed("cryptsetup"))
self.assertTrue(self._package_is_installed("printer-driver-brlaser"))
self.assertTrue(self._package_is_installed("securedrop-export"))
self.assertTrue(self._package_is_installed("gnome-disk-utility"))

def test_logging_configured(self):
self.logging_configured()
Expand Down

0 comments on commit 8550983

Please sign in to comment.