Skip to content

Commit 8091204

Browse files
authored
Clear caplog in Ecovacs tests (#155404)
1 parent dbda31f commit 8091204

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/components/ecovacs/conftest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,9 @@ async def init_integration(
169169
platforms: Platform | list[Platform],
170170
) -> AsyncGenerator[MockConfigEntry]:
171171
"""Set up the Ecovacs integration for testing."""
172+
# Workaround for https://github.com/home-assistant/core/issues/155417
173+
caplog.clear()
174+
172175
if not isinstance(platforms, list):
173176
platforms = [platforms]
174177

0 commit comments

Comments
 (0)