MCPcopy Create free account
hub / github.com/netlify/gotrue / TestExternal

Function TestExternal

api/external_test.go:23–35  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

21}
22
23func TestExternal(t *testing.T) {
24 api, config, instanceID, err := setupAPIForTestForInstance()
25 require.NoError(t, err)
26
27 ts := &ExternalTestSuite{
28 API: api,
29 Config: config,
30 instanceID: instanceID,
31 }
32 defer api.db.Close()
33
34 suite.Run(t, ts)
35}
36
37func (ts *ExternalTestSuite) SetupTest() {
38 ts.Config.DisableSignup = false

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…