Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/plugins/action/test_action.py')
-rw-r--r--test/units/plugins/action/test_action.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/plugins/action/test_action.py b/test/units/plugins/action/test_action.py
index 74b08e38f63..f2bbe19470f 100644
--- a/test/units/plugins/action/test_action.py
+++ b/test/units/plugins/action/test_action.py
@@ -427,7 +427,7 @@ class TestActionBase(unittest.TestCase):
'stderr': '',
}
assertThrowRegex(
- 'Failed to set file mode on remote temporary file',
+ 'Failed to set file mode or acl on remote temporary files',
execute=True)
action_base._remote_chmod.return_value = {
'rc': 0,