mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Fix usage of taskd.trust=strict on the test suite
* This reverts commit 67cb30fdce
.
* Code also now tests if taskd is listening on IPv4 or IPv6 interfaces.
This commit is contained in:
parent
73b7b21b81
commit
d1698eab2d
3 changed files with 32 additions and 9 deletions
|
@ -99,7 +99,6 @@ class Task(object):
|
|||
self.config("taskd.certificate", cert)
|
||||
self.config("taskd.key", key)
|
||||
self.config("taskd.ca", self.taskd.ca_cert)
|
||||
self.config("taskd.trust", "ignore hostname")
|
||||
|
||||
address = ":".join((self.taskd.address, str(self.taskd.port)))
|
||||
self.config("taskd.server", address)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue