Reolink 100% test coverage (#94763)

This commit is contained in:
starkillerOG 2023-08-15 16:50:17 +02:00 committed by GitHub
parent e209f3723e
commit 92cf6ed2a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 42 additions and 24 deletions

View file

@ -29,9 +29,7 @@ from .conftest import (
from tests.common import MockConfigEntry
pytestmark = pytest.mark.usefixtures(
"mock_setup_entry", "reolink_connect", "reolink_ONVIF_wait"
)
pytestmark = pytest.mark.usefixtures("mock_setup_entry", "reolink_connect")
async def test_config_flow_manual_success(hass: HomeAssistant) -> None: