From 14e5001d0c69745c243582d7dfc6c2dbe2f54a23 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Mon, 4 Jul 2022 14:10:25 +0200 Subject: [PATCH] Cleanup known_devices.yaml in device_tracker tests (#74404) --- tests/components/device_tracker/test_init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/device_tracker/test_init.py b/tests/components/device_tracker/test_init.py index d8914032f36..3bafa59fb96 100644 --- a/tests/components/device_tracker/test_init.py +++ b/tests/components/device_tracker/test_init.py @@ -162,7 +162,7 @@ async def test_duplicate_mac_dev_id(mock_warning, hass): assert "Duplicate device IDs" in args[0], "Duplicate device IDs warning expected" -async def test_setup_without_yaml_file(hass, enable_custom_integrations): +async def test_setup_without_yaml_file(hass, yaml_devices, enable_custom_integrations): """Test with no YAML file.""" with assert_setup_component(1, device_tracker.DOMAIN): assert await async_setup_component(hass, device_tracker.DOMAIN, TEST_PLATFORM)