We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6e426 commit f395762Copy full SHA for f395762
1 file changed
tests 2/test_workflows.py
@@ -32,7 +32,6 @@ def test_validate_compile_step_accepts_root_content_without_warning(self) -> Non
32
"custom_components/ not found and hacs.json does not set content_in_root: true.",
33
workflow,
34
)
35
- def test_first_interaction_v3_uses_supported_input_names(self) -> None:
36
def test_first_interaction_v3_is_pinned_and_uses_supported_input_names(self) -> None:
37
workflow = (ROOT / ".github" / "workflows" / "first-interaction.yml").read_text(
38
encoding="utf-8"
0 commit comments