We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9796fd commit be0dc6eCopy full SHA for be0dc6e
tests/unit/test_charm.py
@@ -310,7 +310,7 @@ def test_on_update(
310
_get_member_state.assert_called_once()
311
_reboot_from_complete_outage.assert_called_once()
312
_snap_service_operation.assert_called()
313
- _get_cluster_primary_address.assert_called_once()
+ _get_cluster_primary_address.assert_not_called()
314
315
self.assertTrue(isinstance(self.harness.model.unit.status, MaintenanceStatus))
316
# test instance state = unreachable
0 commit comments