Replace attrs with dataclasses in hassfest (#84475)
This commit is contained in:
@@ -12,7 +12,7 @@ def integration():
|
||||
"""Fixture for hassfest integration model."""
|
||||
integration = Integration(
|
||||
path=Path("homeassistant/components/test"),
|
||||
manifest={
|
||||
_manifest={
|
||||
"domain": "test",
|
||||
"documentation": "https://example.com",
|
||||
"name": "test",
|
||||
|
||||
Reference in New Issue
Block a user