Fix setup failure due to temporary DNS issue in Minecraft Server (#112068)

Change ConfigEntryError to ConfigEntryNotReady on failed init
This commit is contained in:
elmurato
2024-03-02 23:28:27 +01:00
committed by GitHub
parent 0ff2106589
commit 9e428c6c5f
2 changed files with 3 additions and 5 deletions

View File

@@ -153,7 +153,7 @@ async def test_setup_entry_lookup_failure(
)
await hass.async_block_till_done()
assert java_mock_config_entry.state == ConfigEntryState.SETUP_ERROR
assert java_mock_config_entry.state == ConfigEntryState.SETUP_RETRY
async def test_setup_entry_init_failure(