From 21bc1d915d306121d657a464febbcd93f833d3cd Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 4 Feb 2025 11:58:21 -0800 Subject: [PATCH] ansible-test - Fix warning message grammar (#84666) --- test/lib/ansible_test/_internal/commands/sanity/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/ansible_test/_internal/commands/sanity/__init__.py b/test/lib/ansible_test/_internal/commands/sanity/__init__.py index 50da7c040df..26584f7809c 100644 --- a/test/lib/ansible_test/_internal/commands/sanity/__init__.py +++ b/test/lib/ansible_test/_internal/commands/sanity/__init__.py @@ -302,7 +302,7 @@ def command_sanity(args: SanityConfig) -> None: if created_venvs and isinstance(controller, DockerConfig) and controller.name == 'default' and not args.prime_venvs: names = ', '.join(created_venvs) - display.warning(f'There following sanity test virtual environments are out-of-date in the "default" container: {names}') + display.warning(f'The following sanity test virtual environments are out-of-date in the "default" container: {names}') if failed: message = 'The %d sanity test(s) listed below (out of %d) failed. See error output above for details.\n%s' % (