Skip to content

Commit f395762

Browse files
committed
ci: fix workflow test syntax
1 parent 5c6e426 commit f395762

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests 2/test_workflows.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def test_validate_compile_step_accepts_root_content_without_warning(self) -> Non
3232
"custom_components/ not found and hacs.json does not set content_in_root: true.",
3333
workflow,
3434
)
35-
def test_first_interaction_v3_uses_supported_input_names(self) -> None:
3635
def test_first_interaction_v3_is_pinned_and_uses_supported_input_names(self) -> None:
3736
workflow = (ROOT / ".github" / "workflows" / "first-interaction.yml").read_text(
3837
encoding="utf-8"

0 commit comments

Comments
 (0)