From 203bcb72aae2d6793327005bc3fb0f1d9d0afc16 Mon Sep 17 00:00:00 2001 From: Sagi Shadur Date: Thu, 10 Mar 2022 13:56:54 +0200 Subject: [PATCH] Fix tests id in test_info_dict.py --- tests/test_info_dict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_info_dict.py b/tests/test_info_dict.py index b3b1e892a..324ee12b3 100644 --- a/tests/test_info_dict.py +++ b/tests/test_info_dict.py @@ -135,7 +135,7 @@ class MyEnum(enum.Enum): "choices": ["ONE", "TWO", "THREE"], "case_sensitive": True, }, - id="Choice ParamType", + id="EnumChoice ParamType", ), pytest.param( click.DateTime(["%Y-%m-%d"]),