mirror of
https://github.com/home-assistant/core.git
synced 2025-07-11 23:37:18 +00:00
Fix flaky modbus tests (#130252)
This commit is contained in:
parent
0fc019305e
commit
31a2bb1b98
@ -57,7 +57,7 @@ def check_config_loaded_fixture():
|
|||||||
@pytest.fixture(name="register_words")
|
@pytest.fixture(name="register_words")
|
||||||
def register_words_fixture():
|
def register_words_fixture():
|
||||||
"""Set default for register_words."""
|
"""Set default for register_words."""
|
||||||
return [0x00, 0x00]
|
return [0x00]
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(name="config_addon")
|
@pytest.fixture(name="config_addon")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user