Fix DeviceInfo configuration_url validation (#97319)
This commit is contained in:
parent
b92e7c5ddf
commit
737ac8c600
4 changed files with 92 additions and 25 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue