Merge pull request #2995 from dnephin/fix_warning_about_bools

Fix warning about boolean values
This commit is contained in:
Daniel Nephin 2016-02-23 11:11:54 -08:00
commit 1d67e6f0f0
2 changed files with 7 additions and 7 deletions

View file

@ -1100,7 +1100,7 @@ class ConfigTest(unittest.TestCase):
@mock.patch('compose.config.validation.log')
def test_logs_warning_for_boolean_in_environment(self, mock_logging):
expected_warning_msg = "There is a boolean value in the 'environment' key."
expected_warning_msg = "There is a boolean value in the 'environment'"
config.load(
build_config_details(
{'web': {