Files
kafkaex-lag-exporter/test/test_helper.exs
Pascal Schmid ecc59ea0f6 Properly start Mox
the default test command `mix test --no-start` does not start Mox
server by default, so we have to start it manually in order to
configure it
2024-03-14 07:04:54 +01:00

3 lines
52 B
Elixir

Application.ensure_all_started(:mox)
ExUnit.start()