ash_authentication/test/test_helper.exs

11 lines
490 B
Elixir
Raw Normal View History

Mimic.copy(AshAuthentication.AddOn.Confirmation.Actions)
Mimic.copy(AshAuthentication.AddOn.Confirmation.Plug)
Mimic.copy(AshAuthentication.Plug.Defaults)
Mimic.copy(AshAuthentication.Plug.Helpers)
Mimic.copy(AshAuthentication.Strategy.OAuth2.Actions)
Mimic.copy(AshAuthentication.Strategy.OAuth2.Plug)
Mimic.copy(AshAuthentication.Strategy.Password.Actions)
Mimic.copy(AshAuthentication.Strategy.Password.Plug)
Mimic.copy(AshAuthentication.TokenRevocation)
ExUnit.start(capture_log: true)