Skip to content

Commit 2099e4b

Browse files
committed
tests(builder) Handle PT014 pytest-duplicate-parametrize-test-cases
See also: https://docs.astral.sh/ruff/rules/pytest-duplicate-parametrize-test-cases/
1 parent 696edb5 commit 2099e4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/workspace/test_builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@ def test_find_current_active_pane(
11661166
"___4___",
11671167
False,
11681168
),
1169-
(
1169+
( # NOQA: PT014 RUF100
11701170
textwrap.dedent(
11711171
"""
11721172
session_name: Should not execute
@@ -1180,7 +1180,7 @@ def test_find_current_active_pane(
11801180
"___4___",
11811181
False,
11821182
),
1183-
(
1183+
( # NOQA: PT014 RUF100
11841184
textwrap.dedent(
11851185
"""
11861186
session_name: Should execute

0 commit comments

Comments
 (0)