Fixup tests
This commit is contained in:
parent
bee3a38230
commit
eb2efe2cf3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user