Fix flaky integration test (#27905)
This commit is contained in:
parent
0cd55d6716
commit
00521b5e80
1 changed files with 1 additions and 1 deletions
|
@ -200,4 +200,4 @@ async def test_suffix(hass):
|
||||||
assert state is not None
|
assert state is not None
|
||||||
|
|
||||||
# Testing a network speed sensor at 1000 bytes/s over 10s = 10kbytes
|
# Testing a network speed sensor at 1000 bytes/s over 10s = 10kbytes
|
||||||
assert round(float(state.state), config["sensor"]["round"]) == 10.0
|
assert round(float(state.state)) == 10
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue