mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 03:08:01 +02:00
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:
@ -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,
|
||||
],
|
||||
|
Reference in New Issue
Block a user