Fix go2rtc tests (#129342)

pull/127785/head^2
Robert Resch 2024-10-28 17:12:28 +01:00 committed by GitHub
parent c24579bfb2
commit 80202f33cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ ERR_URL_REQUIRED = "Go2rtc URL required in non-docker installs"
({}, 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(
hass: HomeAssistant,
config: ConfigType,