mirror of
https://github.com/home-assistant/core.git
synced 2025-11-11 03:50:55 +00:00
Enable Ruff rule PT007 (#113764)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
@@ -16,7 +16,7 @@ from tests.common import MockConfigEntry, MockModule, mock_integration
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
("onboarded", "num_entries", "num_flows"), ((False, 1, 0), (True, 0, 1))
|
||||
("onboarded", "num_entries", "num_flows"), [(False, 1, 0), (True, 0, 1)]
|
||||
)
|
||||
async def test_setup_entry(
|
||||
hass: HomeAssistant, onboarded, num_entries, num_flows, addon_store_info
|
||||
|
||||
Reference in New Issue
Block a user