From 0d44e053cf6b0e16a3765535aa35faedca065fbf Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Sat, 3 Oct 2020 17:08:09 +0200 Subject: [PATCH] Fix test voor extra argument git run --- lmwsip/tests/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lmwsip/tests/__init__.py b/lmwsip/tests/__init__.py index f2325cf..34359cb 100755 --- a/lmwsip/tests/__init__.py +++ b/lmwsip/tests/__init__.py @@ -81,6 +81,7 @@ class lmwsipTest(unittest.TestCase): args.host = "localhost" args.port = self.sipserver.port args.unencrypted = True + args.acceptssl = True args.cleartelnet = False args.time = "+00:59" args.date = "2020-01-01"