Merge pull request #1091 from xtrusia/ceilometer_pep8_error

Fix pep8 error in ceilometer
This commit is contained in:
hemanthnakkina
2023-08-08 16:28:36 +05:30
committed by GitHub
@@ -126,7 +126,7 @@ class CeilometerTest(test_utils.OpenStackBaseTest):
current_value = openstack_utils.get_application_config_option(
self.application_name, config_name
)
assert type(current_value) == bool
assert type(current_value) is bool
new_value = not current_value
# Convert bool to str