ansible-test - Fix warning message grammar (#84666)

This commit is contained in:
Matt Clay
2025-02-04 19:58:21 +00:00
committed by GitHub
parent 4b38456e4f
commit 21bc1d915d
@@ -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' % (