def test_get_boolean_value_with_default(): with patch.dict('os.environ', {'test': 'xxx'}): assert get_boolean_value('test', 'default') == 'default'