Skip to content

Commit

Permalink
Fix flaky modbus tests (#130252)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Nov 9, 2024
1 parent 0fc0193 commit 31a2bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/components/modbus/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 31a2bb1

Please sign in to comment.