about summary refs log tree commit diff
path: root/tst/test_check.py
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2025-05-29 15:59:23 +0900
committerNguyễn Gia Phong <cnx@loang.net>2025-05-29 15:59:23 +0900
commitbd2898d5182ed4ac4e46f5035c6df765d59ad298 (patch)
tree1958437806c9f7640f00c69322dccaa98063c2fd /tst/test_check.py
parenta727804142db3258c5af8a0a31f79454418ccee2 (diff)
downloadscadere-bd2898d5182ed4ac4e46f5035c6df765d59ad298.tar.gz
Relieve backpressure
Diffstat (limited to 'tst/test_check.py')
-rw-r--r--tst/test_check.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tst/test_check.py b/tst/test_check.py
index b9a89ff..9890209 100644
--- a/tst/test_check.py
+++ b/tst/test_check.py
@@ -36,6 +36,7 @@ NEXT_WEEK = SECONDS_AGO + timedelta(days=7)
 async def noop(reader, writer):
     """Do nothing."""
     writer.close()
+    await writer.wait_closed()
 
 
 def failed_to_get_cert(summary):