From 0172695f5310e470ab5341d89bf9f65ef67cddb2 Mon Sep 17 00:00:00 2001 From: Nicolas KAROLAK <nicolas@karolak.fr> Date: Mon, 1 Oct 2018 14:10:44 +0200 Subject: [PATCH] fix(tests): ignore default_server nginx vhost --- tests/test_nginx_vhosts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_nginx_vhosts.py b/tests/test_nginx_vhosts.py index cff58d5c..f1b9937f 100755 --- a/tests/test_nginx_vhosts.py +++ b/tests/test_nginx_vhosts.py @@ -52,6 +52,7 @@ if os.path.exists('/etc/celerity/config.py'): # get enabled vhosts resolution_ignored = conf.get('TESTER_VHOST_RESOLUTION_IGNORED', '').split(',') +resolution_ignored.append('default_server') found = False errors = 0 warnings = 0 -- GitLab