Merge pull request #2995 from dnephin/fix_warning_about_bools
Fix warning about boolean values
This commit is contained in:
commit
1d67e6f0f0
2 changed files with 7 additions and 7 deletions
|
|
@ -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': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue