Skip to content

Commit

Permalink
Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
lourot committed Sep 24, 2020
1 parent 6b93fb3 commit c09a9af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zaza/openstack/charm_tests/policyd/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c09a9af

Please sign in to comment.