We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbda31f commit 8091204Copy full SHA for 8091204
tests/components/ecovacs/conftest.py
@@ -169,6 +169,9 @@ async def init_integration(
169
platforms: Platform | list[Platform],
170
) -> AsyncGenerator[MockConfigEntry]:
171
"""Set up the Ecovacs integration for testing."""
172
+ # Workaround for https://github.com/home-assistant/core/issues/155417
173
+ caplog.clear()
174
+
175
if not isinstance(platforms, list):
176
platforms = [platforms]
177
0 commit comments