Skip to content
Snippets Groups Projects
Unverified Commit c03832da authored by J. Nick Koston's avatar J. Nick Koston Committed by GitHub
Browse files

Fix entity_component test flapping (#37445)

parent ffcdd851
No related branches found
No related tags found
No related merge requests found
...@@ -171,7 +171,7 @@ async def test_extract_from_service_available_device(hass): ...@@ -171,7 +171,7 @@ async def test_extract_from_service_available_device(hass):
) )
async def test_platform_not_ready(hass): async def test_platform_not_ready(hass, legacy_patchable_time):
"""Test that we retry when platform not ready.""" """Test that we retry when platform not ready."""
platform1_setup = Mock(side_effect=[PlatformNotReady, PlatformNotReady, None]) platform1_setup = Mock(side_effect=[PlatformNotReady, PlatformNotReady, None])
mock_integration(hass, MockModule("mod1")) mock_integration(hass, MockModule("mod1"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment