Use config entry setup in cast tests (#93595)

* Use config entry setup in cast tests

* Remove import step from config flow

* Remove import tests

* Fix tests
This commit is contained in:
Erik Montnemery
2023-05-28 03:07:54 +02:00
committed by GitHub
parent fad3a4e168
commit 02b76be0ba
7 changed files with 8 additions and 161 deletions

View File

@ -39,7 +39,6 @@ async def test_creating_entry_sets_up_media_player(hass: HomeAssistant) -> None:
@pytest.mark.parametrize(
"source",
[
config_entries.SOURCE_IMPORT,
config_entries.SOURCE_USER,
config_entries.SOURCE_ZEROCONF,
],