You've already forked tribes-plugin-trust
40310b26ea
CI / Test (push) Failing after 20s
Introduce the Trust plugin as the federation provider for tribe identity and hello handshakes, with synced Ash resources for remote tribes and tribe relationships plus an admin LiveView for trust management.
4 lines
145 B
Elixir
4 lines
145 B
Elixir
defmodule TribeOne.TribesPlugin.Trust.PluginContractTest do
|
|
use Tribes.PluginTest.ContractTest, plugin: TribeOne.TribesPlugin.Trust.Plugin
|
|
end
|