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.
2 parents 6c7c73c + a554ab0 commit ad35bf3Copy full SHA for ad35bf3
synapse/tests/test_lib_cell.py
@@ -3492,7 +3492,7 @@ async def test_lib_cell_sadaha(self):
3492
async with self.getTestCell() as cell:
3493
3494
self.none(await cell.getAhaProxy())
3495
- cell.ahaclient = await s_telepath.Client.anit('cell:///tmp/newp')
+ cell.ahaclient = await cell.enter_context(await s_telepath.Client.anit('cell:///tmp/newp'))
3496
3497
# coverage for failure of aha client to connect
3498
with self.raises(TimeoutError):
0 commit comments