Fixed
This commit is contained in:
parent
ad8aef16a2
commit
fee0126442
6 changed files with 9 additions and 10 deletions
2
tests/fixtures/static.yml
vendored
2
tests/fixtures/static.yml
vendored
|
|
@ -19,7 +19,7 @@ easymapping:
|
|||
www.host1.com.br: http://host1.com.br
|
||||
|
||||
- port: 443
|
||||
ssl_cert: /certs/haproxy/mycert.pem
|
||||
ssl: True
|
||||
hosts:
|
||||
host1.com.br:
|
||||
containers:
|
||||
|
|
|
|||
|
|
@ -168,7 +168,7 @@ def test_parser_finds_services_raw():
|
|||
"byjg.ca":"https://www.somehost.com.br",
|
||||
"www.byjg.ca":"https://www.somehost.com.br"
|
||||
},
|
||||
"ssl_cert":CERT_FILE
|
||||
"ssl": True
|
||||
},
|
||||
{
|
||||
"mode":"http",
|
||||
|
|
@ -247,7 +247,7 @@ def test_parser_static_raw():
|
|||
},
|
||||
{
|
||||
"port": 443,
|
||||
"ssl_cert": "/certs/haproxy/mycert.pem",
|
||||
"ssl": True,
|
||||
"hosts": {
|
||||
"host1.com.br": {
|
||||
"containers": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue