diff --git a/zaza/openstack/charm_tests/policyd/tests.py b/zaza/openstack/charm_tests/policyd/tests.py index e4988042a..eca316dc9 100644 --- a/zaza/openstack/charm_tests/policyd/tests.py +++ b/zaza/openstack/charm_tests/policyd/tests.py @@ -244,8 +244,8 @@ class BasePolicydSpecialization(PolicydTest, by the policy override in the `_rule` class variable. The method should pass cleanly without the override in place. - The test_003_test_override_is_observed will then apply the override and then - call get_client_and_attempt_operation() again, and this time it should + The test_003_test_override_is_observed will then apply the override and + then call get_client_and_attempt_operation() again, and this time it should detect the failure and raise the PolicydOperationFailedException() exception. This will be detected as the override working and thus the test will pass.