mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 05:20:17 +00:00
Use snake case in matter fixture nodes (#126743)
This commit is contained in:
committed by
GitHub
parent
083b586d19
commit
662a704165
@@ -209,7 +209,7 @@ async def test_node_diagnostics(
|
||||
# setup (mock) integration with a random node fixture
|
||||
await setup_integration_with_node_fixture(
|
||||
hass,
|
||||
"onoff-light",
|
||||
"onoff_light",
|
||||
matter_client,
|
||||
)
|
||||
# get the device registry entry for the mocked node
|
||||
@@ -283,7 +283,7 @@ async def test_ping_node(
|
||||
# setup (mock) integration with a random node fixture
|
||||
await setup_integration_with_node_fixture(
|
||||
hass,
|
||||
"onoff-light",
|
||||
"onoff_light",
|
||||
matter_client,
|
||||
)
|
||||
# get the device registry entry for the mocked node
|
||||
@@ -343,7 +343,7 @@ async def test_open_commissioning_window(
|
||||
# setup (mock) integration with a random node fixture
|
||||
await setup_integration_with_node_fixture(
|
||||
hass,
|
||||
"onoff-light",
|
||||
"onoff_light",
|
||||
matter_client,
|
||||
)
|
||||
# get the device registry entry for the mocked node
|
||||
@@ -409,7 +409,7 @@ async def test_remove_matter_fabric(
|
||||
# setup (mock) integration with a random node fixture
|
||||
await setup_integration_with_node_fixture(
|
||||
hass,
|
||||
"onoff-light",
|
||||
"onoff_light",
|
||||
matter_client,
|
||||
)
|
||||
# get the device registry entry for the mocked node
|
||||
@@ -465,7 +465,7 @@ async def test_interview_node(
|
||||
# setup (mock) integration with a random node fixture
|
||||
await setup_integration_with_node_fixture(
|
||||
hass,
|
||||
"onoff-light",
|
||||
"onoff_light",
|
||||
matter_client,
|
||||
)
|
||||
# get the device registry entry for the mocked node
|
||||
|
||||
Reference in New Issue
Block a user