fix: suppress analyze_all sandbox 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:33:14 -05:00
parent 56b724b5a4
commit 5d16cf233e

View file

@ -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
)