Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 58b1dfa

Browse files
committedJan 10, 2025··
Add assertion recommended in review
1 parent b752e70 commit 58b1dfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎distributed/tests/test_tls_functional.py

+1
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ async def test_security_bool_input_disabled_security():
215215
async with Worker(s.address, security=False):
216216
async with Client(s.address, security=False, asynchronous=True) as c:
217217
result = await c.submit(inc, 1)
218+
assert c.security.require_encryption is False
218219
assert result == 2
219220

220221

0 commit comments

Comments
 (0)
Please sign in to comment.