core/tests/components/influxdb
J. Nick Koston bb9330135d
Fix race in influxdb test (#115514)
The patch was still too late in #115442

There is no good candidate to patch here since the late operation
is the error log that is being tested.

Patching the logger did not seem like a good idea so I went with
patching to wait for the error to be emitted since emit is the public
API of the log handler and was less likely to change
2024-04-13 09:13:01 +02:00
..
__init__.py
test_init.py Fix race in influxdb test (#115514) 2024-04-13 09:13:01 +02:00
test_sensor.py Unignore Ruff PLR in tests (#114470) 2024-04-01 11:11:59 +02:00