summaryrefslogtreecommitdiff
path: root/test/contrib
diff options
context:
space:
mode:
authorSeth M. Larson <SethMichaelLarson@users.noreply.github.com>2018-04-24 09:34:11 -0500
committerGitHub <noreply@github.com>2018-04-24 09:34:11 -0500
commitbbff08c49df269ad24851d4264fd3f1dbd141358 (patch)
tree6e96c900c616de5e8380b6cf98c429f05770a368 /test/contrib
parentd934779971b61ce2e75bfc4808964a7b682d6347 (diff)
downloadurllib3-bbff08c49df269ad24851d4264fd3f1dbd141358.tar.gz
Fix whitespace issue in SecureTransport test
Diffstat (limited to 'test/contrib')
-rw-r--r--test/contrib/test_securetransport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/contrib/test_securetransport.py b/test/contrib/test_securetransport.py
index f5e2cc4c..0a2c2a8c 100644
--- a/test/contrib/test_securetransport.py
+++ b/test/contrib/test_securetransport.py
@@ -37,4 +37,4 @@ def test_no_crash_with_empty_trust_bundle():
with contextlib.closing(socket.socket()) as s:
ws = WrappedSocket(s)
with pytest.raises(ssl.SSLError):
-ws._custom_validate(True, b"")
+ ws._custom_validate(True, b"")