From 854730896c98f5b8befb62572491c8a73d51b678 Mon Sep 17 00:00:00 2001 From: Alex Kroman <12372+alexkroman@users.noreply.github.com> Date: Fri, 12 Jun 2026 11:16:05 -0700 Subject: [PATCH] Apply suggested fix to tests/test_snapshots_help_tools.py from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> --- tests/test_snapshots_help_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_snapshots_help_tools.py b/tests/test_snapshots_help_tools.py index 294b4d1f..f98b11c6 100644 --- a/tests/test_snapshots_help_tools.py +++ b/tests/test_snapshots_help_tools.py @@ -21,5 +21,5 @@ @pytest.mark.parametrize("argv", help_group_argvs("tools"), ids=lambda a: "_".join(a)) -def test_command_help_matches_snapshot(argv, snapshot): +def test_command_help_matches_snapshot_tools(argv, snapshot): assert_help_matches_snapshot(argv, snapshot)