summaryrefslogtreecommitdiff
path: root/test/lib/ansible_test/_data/sanity/pylint/plugins/deprecated.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/ansible_test/_data/sanity/pylint/plugins/deprecated.py')
-rw-r--r--test/lib/ansible_test/_data/sanity/pylint/plugins/deprecated.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lib/ansible_test/_data/sanity/pylint/plugins/deprecated.py b/test/lib/ansible_test/_data/sanity/pylint/plugins/deprecated.py
index 9ded3e3bd7..68910cb850 100644
--- a/test/lib/ansible_test/_data/sanity/pylint/plugins/deprecated.py
+++ b/test/lib/ansible_test/_data/sanity/pylint/plugins/deprecated.py
@@ -55,14 +55,14 @@ MSGS = {
"ansible-deprecated-no-collection-name",
"The current collection name in format `namespace.name` must "
"be provided as collection_name when calling Display.deprecated "
- "or AnsibleModule.deprecate (`ansible.builtin` for ansible-base)",
+ "or AnsibleModule.deprecate (`ansible.builtin` for ansible-core)",
{'minversion': (2, 6)}),
'E9507': ("Wrong collection name (%r) found in call to "
"Display.deprecated or AnsibleModule.deprecate",
"wrong-collection-deprecated",
"The name of the current collection must be passed to the "
"Display.deprecated resp. AnsibleModule.deprecate calls "
- "(`ansible.builtin` for ansible-base)",
+ "(`ansible.builtin` for ansible-core)",
{'minversion': (2, 6)}),
'E9508': ("Expired date (%r) found in call to Display.deprecated "
"or AnsibleModule.deprecate",