mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Correct the AnsibleError exception to call its superclass's constructor
This commit is contained in:
@@ -125,4 +125,3 @@ class TestModArgsDwim:
|
||||
assert err.value.args[0].startswith("conflicting action statements: ")
|
||||
conflicts = set(err.value.args[0][len("conflicting action statements: "):].split(', '))
|
||||
assert conflicts == set(('ping', 'shell'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user