Fix DeviceInfo configuration_url validation (#97319)

This commit is contained in:
Franck Nijhof
2023-07-27 18:57:01 +02:00
committed by GitHub
parent b92e7c5ddf
commit 737ac8c600
4 changed files with 92 additions and 25 deletions

View File

@@ -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(