Fixup tests

This commit is contained in:
James Page 2014-03-20 13:50:49 +00:00
parent bee3a38230
commit eb2efe2cf3

View File

@ -217,7 +217,7 @@ class SwiftStorageUtilsTests(CharmTestCase):
self.assertTrue(self.apt_update.called)
self.apt_upgrade.assert_called_with(
options=dpkg_opts,
fatal=True
fatal=True, dist=True
)
services = (swift_utils.ACCOUNT_SVCS + swift_utils.CONTAINER_SVCS +
swift_utils.OBJECT_SVCS)