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
Some checks failed
Build and Push / Build and Push Docker Image (push) Has been cancelled
This commit is contained in:
parent
75211db2d9
commit
08fdbac9f8
1 changed files with 7 additions and 1 deletions
|
|
@ -72,7 +72,13 @@ Logger.put_module_level(
|
|||
# HTTP 500 responses — the warnings and Oban job-exception logs are
|
||||
# deliberate test behaviour, not bugs.
|
||||
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
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue