Fix unit tests
This commit is contained in:
parent
0687ba60a2
commit
3a0b33041c
22 changed files with 63 additions and 67 deletions
|
|
@ -46,7 +46,7 @@ class DockerLabelHandler:
|
|||
|
||||
|
||||
class HaproxyConfigGenerator:
|
||||
def __init__(self, mapping, ssl_cert_folder="/certs"):
|
||||
def __init__(self, mapping):
|
||||
self.mapping = mapping
|
||||
self.mapping.setdefault("ssl_mode", 'default')
|
||||
self.mapping.setdefault("letsencrypt", {"email": ""})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue