mirror of
https://github.com/home-assistant/core.git
synced 2025-11-10 11:29:46 +00:00
Fix can not typo (#87254)
This commit is contained in:
@@ -213,7 +213,7 @@ async def test_config_sensor(hass, mock_modbus):
|
||||
},
|
||||
]
|
||||
},
|
||||
f"Error in sensor {TEST_ENTITY_NAME}. The `structure` field can not be empty",
|
||||
f"Error in sensor {TEST_ENTITY_NAME}. The `structure` field cannot be empty",
|
||||
),
|
||||
(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user