diff options
author | carrychair <137268757+carrychair@users.noreply.github.com> | 2024-03-12 15:40:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-12 15:40:27 +0100 |
commit | 8b0f2ad9c5779394931ebd241b06bd12648e302b (patch) | |
tree | 94f4b10c8b6cc4b8821f1adb12c8fba5b6345e02 /test/units | |
parent | dnf: utilize the API for the installed checks (#82725) (diff) | |
download | ansible-8b0f2ad9c5779394931ebd241b06bd12648e302b.tar.xz ansible-8b0f2ad9c5779394931ebd241b06bd12648e302b.zip |
remove repetitive words (#82799)
Signed-off-by: carrychair <linghuchong404@gmail.com>
Diffstat (limited to 'test/units')
-rw-r--r-- | test/units/utils/test_plugin_docs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/utils/test_plugin_docs.py b/test/units/utils/test_plugin_docs.py index 46b41c5251..d80f447a2a 100644 --- a/test/units/utils/test_plugin_docs.py +++ b/test/units/utils/test_plugin_docs.py @@ -291,7 +291,7 @@ ADD_TESTS = [ ), ( # Return values - True, # this value is is ignored + True, # this value is ignored True, { 'rv1': { |