Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2018-01-03 02:33:45 +0300
committerYann Leboulanger <asterix@lagaule.org>2018-01-03 02:33:45 +0300
commitae4435eae456d0e89341b9e391e0ae868601bf8e (patch)
tree5a5a0b35aaa6e896e550b2a33fd8e53af8b1e910 /test
parente0037313e7aee17f3188cbfc14c63cef2d83ae06 (diff)
fix tests
Diffstat (limited to 'test')
-rw-r--r--test/unit/test_xmpp_transports_nb2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/test_xmpp_transports_nb2.py b/test/unit/test_xmpp_transports_nb2.py
index df154c3..ec02063 100644
--- a/test/unit/test_xmpp_transports_nb2.py
+++ b/test/unit/test_xmpp_transports_nb2.py
@@ -84,6 +84,7 @@ class TestNonBlockingTCP(AbstractTransportTest):
certs=('../data/other/cacerts.pem', 'tmp/cacerts.pem'),
tls_version=None,
cipher_list=None,
+ alpn=True,
proxy_dict=proxy_dict)
self.socket.PlugIn(self)