Fix gate breakage: unit tests

This breaks our gates and fail test_build_user_data_config

Change-Id: I32bd0d3910a014dd4972450ed50d9a9aaad24628
This commit is contained in:
Nir Magnezi 2017-11-14 17:29:03 +02:00 committed by Michael Johnson
parent 825276d0e2
commit 89528bf047
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ TEST_CONFIG = ('[DEFAULT]\n'
EXPECTED_TEST_CONFIG = (' [DEFAULT]\n'
' debug = False\n'
' [haproxy_amphora]\n'
' base_cert_dir = /var/lib/octavia/certs\n')
' base_cert_dir = /var/lib/octavia/certs\n\n')
BASE_CFG = ('#cloud-config\n'
'# vim: syntax=yaml\n'
'#\n'