diff --git a/test/integration/targets/ansible-test/ansible_collections/ns/col/plugins/modules/hello.py b/test/integration/targets/ansible-test/ansible_collections/ns/col/plugins/modules/hello.py index c8a0cf75a03..033b6c90f0e 100644 --- a/test/integration/targets/ansible-test/ansible_collections/ns/col/plugins/modules/hello.py +++ b/test/integration/targets/ansible-test/ansible_collections/ns/col/plugins/modules/hello.py @@ -17,7 +17,7 @@ author: ''' EXAMPLES = ''' -- minimal: +- hello: ''' RETURN = '''''' diff --git a/test/integration/targets/ansible-test/ansible_collections/ns/col/tests/integration/targets/minimal/tasks/main.yml b/test/integration/targets/ansible-test/ansible_collections/ns/col/tests/integration/targets/hello/tasks/main.yml similarity index 100% rename from test/integration/targets/ansible-test/ansible_collections/ns/col/tests/integration/targets/minimal/tasks/main.yml rename to test/integration/targets/ansible-test/ansible_collections/ns/col/tests/integration/targets/hello/tasks/main.yml