summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorSam Doran <sdoran@redhat.com>2021-04-07 13:27:09 -0400
committerGitHub <noreply@github.com>2021-04-07 13:27:09 -0400
commit7b79b69369eed6de7be34947cc84d51c6100da4d (patch)
tree7f5ce242b06995aad531cea4d830c22c95316065 /changelogs
parent459ea5a4a48b770f09be9b8f48f2593594f348f2 (diff)
downloadansible-7b79b69369eed6de7be34947cc84d51c6100da4d.tar.gz
ansible-test - ensure trailing separator is added for connection unit test target (#74176)
For connection units tests, if the `__init__.py` file is modified, the trailing separator was not added, making the target invalid.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/ansible-test-connection-units-init.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-connection-units-init.yml b/changelogs/fragments/ansible-test-connection-units-init.yml
new file mode 100644
index 0000000000..674b1e4436
--- /dev/null
+++ b/changelogs/fragments/ansible-test-connection-units-init.yml
@@ -0,0 +1,4 @@
+bugfixes:
+ - >-
+ ansible-test - ensure the correct unit test target is given when the
+ ``__init__.py`` file is modified inside the connection plugins directory