fix: suppress analyze_all sandbox 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
56b724b5a4
commit
5d16cf233e
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ 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.Workers.NarrFetchWorker, Microwaveprop.ObanErrorReporter, Microwaveprop.Weather],
|
||||
:critical
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue