Fix flapping pilight test (#41447)
parent
d73d36d0cd
commit
700e639ec6
|
@ -403,7 +403,8 @@ class TestPilightCallrateThrottler(unittest.TestCase):
|
|||
for i in range(3):
|
||||
action(i)
|
||||
|
||||
assert runs == []
|
||||
self.hass.block_till_done()
|
||||
assert runs == [0]
|
||||
|
||||
exp = []
|
||||
now = dt_util.utcnow()
|
||||
|
|
Loading…
Reference in New Issue