mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 13:00:11 +00:00
Enable Ruff rule PT007 (#113764)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
@@ -315,9 +315,9 @@ async def test_api_ingress_panels(
|
||||
@pytest.mark.parametrize(
|
||||
("api_call", "method", "payload"),
|
||||
[
|
||||
["retrieve_discovery_messages", "GET", None],
|
||||
["refresh_updates", "POST", None],
|
||||
["update_diagnostics", "POST", True],
|
||||
("retrieve_discovery_messages", "GET", None),
|
||||
("refresh_updates", "POST", None),
|
||||
("update_diagnostics", "POST", True),
|
||||
],
|
||||
)
|
||||
async def test_api_headers(
|
||||
|
||||
Reference in New Issue
Block a user