1
0
Fork 0

Fix unit tests

This commit is contained in:
Joao M 2022-08-25 00:35:16 +00:00
parent 0687ba60a2
commit 3a0b33041c
22 changed files with 63 additions and 67 deletions

View file

@ -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": ""})