Fix MQTT test logging level after default pytest logging capture change (#84773)

Fix logging level for MQTT CI testing after #84672
This commit is contained in:
Jan Bouwhuis 2022-12-29 15:08:35 +01:00 committed by GitHub
parent 1dec6854e5
commit 5fbe36d43e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,7 @@
"""Test fixtures for mqtt component."""
import logging
from tests.components.blueprint.conftest import stub_blueprint_populate # noqa: F401
from tests.components.light.conftest import mock_light_profiles # noqa: F401
logging.basicConfig(level=logging.DEBUG)