fix: remove ObanErrorReporter from log suppression list
Some checks failed
Build and Push / Build CI test image (push) Successful in 14s
Build and Push / Build and Push Docker Image (push) Failing after 5m22s

Logger.put_module_level suppressed the log output that ObanErrorReporterTest
asserts on via capture_log. The worker-level suppression (NarrFetchWorker)
already handles the noise source.
This commit is contained in:
Graham McIntire 2026-08-05 10:32:54 -05:00
parent af648c0330
commit 506e4d014d

View file

@ -74,7 +74,6 @@ Logger.put_module_level(
Logger.put_module_level(
[
Microwaveprop.Workers.NarrFetchWorker,
Microwaveprop.ObanErrorReporter,
Microwaveprop.Weather,
Microwaveprop.Weather.NexradClient,
Microwaveprop.Weather.HrdpsClient,