Skip to content

Allow test strategy to configure tenant

Hauke Ingwersen requested to merge chore/add-tenant-config-to-test-strategy into master

Usage

defmodule MyApp.TenantFactory do
  use ExMachina

  use MultiTenancy.EctoExMachinaStrategyWithTenant,
    repo: MediaMixModeling.Repo,
    tenant: "my-tenant"
end
Edited by Hauke Ingwersen

Merge request reports