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 505afd2

Browse files
committedOct 30, 2021
wtf
1 parent 5b3ad38 commit 505afd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎tests/test_ssl.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -4226,7 +4226,8 @@ def client_callback(*args): # pragma: nocover
42264226

42274227

42284228
class TestDTLS(object):
4229-
def test_it_works_at_all(self):
4229+
def test_it_works_at_all(self, capsys):
4230+
capsys.disabled().__enter__()
42304231
print("scenjaf_migzerk_aefhaec") # DEBUG
42314232
s_ctx = Context(DTLS_METHOD)
42324233

0 commit comments

Comments
 (0)
Please sign in to comment.