Skip to content

Commit

Permalink
Merge pull request #1117 from coreycb/xena-pep8-ceilometer
Browse files Browse the repository at this point in the history
Xena pep8 ceilometer
  • Loading branch information
freyes authored Sep 5, 2023
2 parents 41bca82 + efc375a commit ac81131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zaza/openstack/charm_tests/ceilometer/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def test_900_restart_on_config_change(self):
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
Expand Down

0 comments on commit ac81131

Please sign in to comment.