Merge "trivial: tests: clarify exception handling"
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -3003,7 +3003,7 @@ class TestReplicatorSync(test_db_replicator.TestReplicatorSync):
broker = self._get_broker('a', 'c', node_index=0)
daemon.sync_store.remove_synced_container.side_effect = Exception(
'Failed to remove sync_store entry')
'kaboom')
delete_success = daemon.delete_db(broker)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.