1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Add missing mock in airvisual config flow tests (#89359)

This commit is contained in:
epenet
2023-03-08 16:18:07 +01:00
committed by GitHub
parent b61ad43144
commit 959c2205d5
2 changed files with 12 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ from .conftest import (
TEST_STATE,
)
pytestmark = pytest.mark.usefixtures("mock_setup_entry")
@pytest.mark.parametrize(
("integration_type", "input_form_step", "patched_method", "config", "entry_title"),