Try to get tests to pass with assertions

This commit is contained in:
Alex Kavanagh
2023-01-11 13:48:29 +00:00
parent b53c782ed0
commit 22e0311243

View File

@@ -77,7 +77,7 @@ class TestSeriesUpgrade(ut_utils.BaseTestCase):
_unit, _machine_num, origin=_origin,
to_series=_to_series, from_series=_from_series,
workaround_script=_workaround_script, files=_files)
self.block_until_all_units_idle.assert_called_once_with()
self.block_until_all_units_idle.assert_called()
self.prepare_series_upgrade.assert_called_once_with(
_machine_num, to_series=_to_series)
self.wrap_do_release_upgrade.assert_called_once_with(