fix: suppress NexradClient 404 and PathAnalysis elevation warnings in tests
Some checks failed
Build and Push / Build and Push Docker Image (push) Has been cancelled

This commit is contained in:
Graham McIntire 2026-08-05 08:41:39 -05:00
parent 75211db2d9
commit 08fdbac9f8

View file

@ -72,7 +72,13 @@ Logger.put_module_level(
# HTTP 500 responses — the warnings and Oban job-exception logs are # HTTP 500 responses — the warnings and Oban job-exception logs are
# deliberate test behaviour, not bugs. # deliberate test behaviour, not bugs.
Logger.put_module_level( Logger.put_module_level(
[Microwaveprop.Workers.NarrFetchWorker, Microwaveprop.ObanErrorReporter, Microwaveprop.Weather], [
Microwaveprop.Workers.NarrFetchWorker,
Microwaveprop.ObanErrorReporter,
Microwaveprop.Weather,
Microwaveprop.Weather.NexradClient,
Microwaveprop.Propagation.PathAnalysis
],
:critical :critical
) )