Merge "trivial: tests: clarify exception handling"
This commit is contained in:
@@ -3003,7 +3003,7 @@ class TestReplicatorSync(test_db_replicator.TestReplicatorSync):
|
|||||||
broker = self._get_broker('a', 'c', node_index=0)
|
broker = self._get_broker('a', 'c', node_index=0)
|
||||||
|
|
||||||
daemon.sync_store.remove_synced_container.side_effect = Exception(
|
daemon.sync_store.remove_synced_container.side_effect = Exception(
|
||||||
'Failed to remove sync_store entry')
|
'kaboom')
|
||||||
|
|
||||||
delete_success = daemon.delete_db(broker)
|
delete_success = daemon.delete_db(broker)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user