Fix flaky modbus tests (#130252)

This commit is contained in:
Marc Mueller 2024-11-09 22:58:16 +01:00 committed by GitHub
parent 0fc019305e
commit 31a2bb1b98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ def check_config_loaded_fixture():
@pytest.fixture(name="register_words")
def register_words_fixture():
"""Set default for register_words."""
return [0x00, 0x00]
return [0x00]
@pytest.fixture(name="config_addon")