Fix test voor extra argument git run

This commit is contained in:
Marcel Nijenhof
2020-10-03 17:08:09 +02:00
parent 5b296a1da7
commit 0d44e053cf

View File

@@ -81,6 +81,7 @@ class lmwsipTest(unittest.TestCase):
args.host = "localhost" args.host = "localhost"
args.port = self.sipserver.port args.port = self.sipserver.port
args.unencrypted = True args.unencrypted = True
args.acceptssl = True
args.cleartelnet = False args.cleartelnet = False
args.time = "+00:59" args.time = "+00:59"
args.date = "2020-01-01" args.date = "2020-01-01"