test(growth): add test for happy download paths
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
2024-10-07 19:27:27 +00:00
parent 6ba171343d
commit fb38910137
2 changed files with 300 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
import Config
config :wabanex, Growth.Indicators.Download,
who_req_options: [plug: {Req.Test, Growth.Indicators.Download.WHO}]
config :wabanex, Wabanex.Repo,
database: "wabanex_test#{System.get_env("MIX_TEST_PARTITION")}",
pool: Ecto.Adapters.SQL.Sandbox