mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 13:30:43 +00:00
Bump ha-ffmpeg to 3.0.2 (#43597)
This commit is contained in:
@@ -61,7 +61,7 @@ class TestFFmpegNoiseSetup:
|
||||
entity = self.hass.states.get("binary_sensor.ffmpeg_noise")
|
||||
assert entity.state == "off"
|
||||
|
||||
self.hass.add_job(mock_ffmpeg.call_args[0][2], True)
|
||||
self.hass.add_job(mock_ffmpeg.call_args[0][1], True)
|
||||
self.hass.block_till_done()
|
||||
|
||||
entity = self.hass.states.get("binary_sensor.ffmpeg_noise")
|
||||
@@ -123,7 +123,7 @@ class TestFFmpegMotionSetup:
|
||||
entity = self.hass.states.get("binary_sensor.ffmpeg_motion")
|
||||
assert entity.state == "off"
|
||||
|
||||
self.hass.add_job(mock_ffmpeg.call_args[0][2], True)
|
||||
self.hass.add_job(mock_ffmpeg.call_args[0][1], True)
|
||||
self.hass.block_till_done()
|
||||
|
||||
entity = self.hass.states.get("binary_sensor.ffmpeg_motion")
|
||||
|
||||
Reference in New Issue
Block a user