summaryrefslogtreecommitdiff
path: root/test/lib/ansible_test/_internal
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2021-06-01 09:38:56 -0700
committerMatt Clay <matt@mystile.com>2021-06-01 10:23:04 -0700
commitadc9e4a0239b60eaf8feaed4ff288b086acd5f74 (patch)
treeb4d35d8c5a6ae44b4dedb95b41e7b17b92fcf5cc /test/lib/ansible_test/_internal
parent01ab6c6ec73915412f1a1d00f7c247147ccfd606 (diff)
downloadansible-adc9e4a0239b60eaf8feaed4ff288b086acd5f74.tar.gz
Updated ansible-test azure plugin help message.
Diffstat (limited to 'test/lib/ansible_test/_internal')
-rw-r--r--test/lib/ansible_test/_internal/commands/integration/cloud/azure.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/lib/ansible_test/_internal/commands/integration/cloud/azure.py b/test/lib/ansible_test/_internal/commands/integration/cloud/azure.py
index 59d78c6753..408410001f 100644
--- a/test/lib/ansible_test/_internal/commands/integration/cloud/azure.py
+++ b/test/lib/ansible_test/_internal/commands/integration/cloud/azure.py
@@ -163,8 +163,7 @@ class AzureCloudEnvironment(CloudEnvironment):
def on_failure(self, target, tries): # type: (IntegrationTarget, int) -> None
"""Callback to run when an integration target fails."""
if not tries and self.managed:
- display.notice('If %s failed due to permissions, the test policy may need to be updated. '
- 'For help, consult @mattclay or @gundalow on GitHub or #ansible-devel on IRC.' % target.name)
+ display.notice('If %s failed due to permissions, the test policy may need to be updated.' % target.name)
def get_config(config_path): # type: (str) -> t.Dict[str, str]