Skip to content
Snippets Groups Projects
Commit 0172695f authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

fix(tests): ignore default_server nginx vhost

parent 19c76d16
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment