mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 11:12:15 +03:00
292a419473
Event ingest can be blocked using the flag `block_event_ingest`
7 lines
228 B
Elixir
7 lines
228 B
Elixir
{:ok, _} = Application.ensure_all_started(:ex_machina)
|
|
Plausible.Test.ClickhouseSetup.run()
|
|
Mimic.copy(FunWithFlags)
|
|
ExUnit.start()
|
|
Application.ensure_all_started(:double)
|
|
Ecto.Adapters.SQL.Sandbox.mode(Plausible.Repo, :manual)
|