mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 06:47:09 +00:00
Fix flaky integration test (#27905)
This commit is contained in:
parent
0cd55d6716
commit
00521b5e80
@ -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…
x
Reference in New Issue
Block a user