mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Block custom integrations with missing or invalid version (#49916)
This commit is contained in:
@@ -354,7 +354,7 @@ async def test_reusing_uuid(hass, aioclient_mock):
|
||||
assert analytics.uuid == "NOT_MOCK_UUID"
|
||||
|
||||
|
||||
async def test_custom_integrations(hass, aioclient_mock):
|
||||
async def test_custom_integrations(hass, aioclient_mock, enable_custom_integrations):
|
||||
"""Test sending custom integrations."""
|
||||
aioclient_mock.post(ANALYTICS_ENDPOINT_URL, status=200)
|
||||
analytics = Analytics(hass)
|
||||
|
||||
Reference in New Issue
Block a user