mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Fix go2rtc tests (#129342)
This commit is contained in:
parent
c24579bfb2
commit
80202f33cb
@ -437,7 +437,7 @@ ERR_URL_REQUIRED = "Go2rtc URL required in non-docker installs"
|
|||||||
({}, None, False),
|
({}, None, False),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
@pytest.mark.usefixtures("mock_get_binary", "mock_is_docker_env", "mock_server")
|
@pytest.mark.usefixtures("mock_get_binary", "mock_is_docker_env", "server")
|
||||||
async def test_non_user_setup_with_error(
|
async def test_non_user_setup_with_error(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
config: ConfigType,
|
config: ConfigType,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user