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

Function TestEmailEnabledByDefault

api/api_test.go:95–100  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

93}
94
95func TestEmailEnabledByDefault(t *testing.T) {
96 api, _, err := setupAPIForTest()
97 require.NoError(t, err)
98
99 require.False(t, api.config.External.Email.Disabled)
100}
101
102const letterBytes = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
103

Callers

nothing calls this directly

Calls 1

setupAPIForTestFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…