diff options
| author | Seth M. Larson <SethMichaelLarson@users.noreply.github.com> | 2018-04-24 09:34:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-24 09:34:11 -0500 |
| commit | bbff08c49df269ad24851d4264fd3f1dbd141358 (patch) | |
| tree | 6e96c900c616de5e8380b6cf98c429f05770a368 /test/contrib | |
| parent | d934779971b61ce2e75bfc4808964a7b682d6347 (diff) | |
| download | urllib3-bbff08c49df269ad24851d4264fd3f1dbd141358.tar.gz | |
Fix whitespace issue in SecureTransport test
Diffstat (limited to 'test/contrib')
| -rw-r--r-- | test/contrib/test_securetransport.py | 2 |
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"") |
