mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Fix DeviceInfo configuration_url validation (#97319)
This commit is contained in:
@@ -1857,11 +1857,6 @@ async def test_device_name_defaulting_config_entry(
|
||||
"name": "bla",
|
||||
"default_name": "yo",
|
||||
},
|
||||
# Invalid configuration URL
|
||||
{
|
||||
"identifiers": {("hue", "1234")},
|
||||
"configuration_url": "foo://192.168.0.100/config",
|
||||
},
|
||||
],
|
||||
)
|
||||
async def test_device_type_error_checking(
|
||||
|
||||
Reference in New Issue
Block a user