Skip to content

Commit ad35bf3

Browse files
authored
Merge branch 'master' into visi-email-plus
2 parents 6c7c73c + a554ab0 commit ad35bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/tests/test_lib_cell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3492,7 +3492,7 @@ async def test_lib_cell_sadaha(self):
34923492
async with self.getTestCell() as cell:
34933493

34943494
self.none(await cell.getAhaProxy())
3495-
cell.ahaclient = await s_telepath.Client.anit('cell:///tmp/newp')
3495+
cell.ahaclient = await cell.enter_context(await s_telepath.Client.anit('cell:///tmp/newp'))
34963496

34973497
# coverage for failure of aha client to connect
34983498
with self.raises(TimeoutError):

0 commit comments

Comments
 (0)