From c09a9af3b2b9bcf4f926cc82389e62e26144fbbe Mon Sep 17 00:00:00 2001 From: Aurelien Lourot Date: Thu, 24 Sep 2020 10:54:14 +0200 Subject: [PATCH] Make linter happy --- zaza/openstack/charm_tests/policyd/tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zaza/openstack/charm_tests/policyd/tests.py b/zaza/openstack/charm_tests/policyd/tests.py index e498804..eca316d 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.