diff --git a/tests/test_marathon_lb.py b/tests/test_marathon_lb.py index e88b7591..8d6e8112 100644 --- a/tests/test_marathon_lb.py +++ b/tests/test_marathon_lb.py @@ -112,7 +112,7 @@ def test_config_env_template(self): bind_http_https = True ssl_certs = "" os.environ["HAPROXY_HTTP_FRONTEND_HEAD"] = ''' -frontend changed_frontend +frontend modified_frontend bind *:80 mode http ''' @@ -122,7 +122,7 @@ def test_config_env_template(self): config = marathon_lb.config(apps, groups, bind_http_https, ssl_certs, templater) expected = self.base_config + ''' -frontend changed_frontend +frontend modified_frontend bind *:80 mode http