summaryrefslogtreecommitdiff
path: root/tests/twisted/connect/connect-fail-ssl.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/twisted/connect/connect-fail-ssl.py')
-rw-r--r--tests/twisted/connect/connect-fail-ssl.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/twisted/connect/connect-fail-ssl.py b/tests/twisted/connect/connect-fail-ssl.py
index dd9658f..283bc03 100644
--- a/tests/twisted/connect/connect-fail-ssl.py
+++ b/tests/twisted/connect/connect-fail-ssl.py
@@ -14,4 +14,3 @@ def test(q, bus, conn, stream):
if __name__ == '__main__':
# there is no ssl server listening at port 5600, so this should fail
exec_test(test, {'port': dbus.UInt32(5600), 'use-ssl': dbus.Boolean(True)})
-